1
zrg
2026-01-28 77df313d467b5a6e8a4b011b330a6675bb4173c8
WebAPI/Models/StationBill.cs
@@ -53,9 +53,9 @@
        public long lngBillSubKey { get; set; }
        public DateTime HStationOutTime { get; set; }
        public DateTime HRelBeginTime { get; set; }
        public string HRelBeginTime { get; set; }
        public DateTime HRelEndTime { get; set; }
        public string HRelEndTime { get; set; }
        public long HPayProcID { get; set; }
        public long HSourceID2 { get; set; }
        public long HSourceID3 { get; set; }
@@ -99,5 +99,9 @@
        public string HDate { get; set; }
        public double HMachineWorkTimes { get; set; }
        public int HIsTimeFlag { get; set; } = 0;
        public string HBatchNo { get; set; }//子表批次
        public double HWeight { get; set; }//子表重量
    }
}