chenhaozhe
2025-08-11 3fac13fb2f8d23d85178755826f0cb39f8d06093
WebAPI/Models/StationBill.cs
@@ -91,5 +91,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;
    }
}