chenhaozhe
9 天以前 ffcef3d87676ebaf7f22413711b57bbe0404b3f2
WebAPI/Models/StationBill.cs
@@ -52,6 +52,10 @@
        public long lngBillKey { get; set; }
        public long lngBillSubKey { get; set; }
        public DateTime HStationOutTime { get; set; }
        public string HRelBeginTime { get; set; }
        public string HRelEndTime { get; set; }
        public long HPayProcID { get; set; }
        public long HSourceID2 { get; set; }
        public long HSourceID3 { get; set; }
@@ -91,5 +95,9 @@
        public Int64 HShiftsID { get; set; }
        public long HMaterToSourceInterID { get; set; }
        public string HMaterToSourceBillNo { get; set; }
        public int HMouldID { get; set; }
        public string HDate { get; set; }
        public double HMachineWorkTimes { get; set; }
        public int HIsTimeFlag { get; set; } = 0;
    }
}