1
chenhaozhe
3 天以前 28161a2db7a593c30ca53e5c1e59103cd7591fe7
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; }//子表重量
    }
}