1
duhe
2025-08-07 df26741d02f1258155c0b080dc478a5d8c63d980
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;
    }
}