1
zrg
2024-11-21 9dc7ad658e7629397a90d002c0ee65a3d67f8acf
WebAPI/Models/StationBill.cs
@@ -91,5 +91,8 @@
        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; }
    }
}