1
zrg
2025-08-07 c4b43a81ad6e6f4887b578e5421cf97b2beddb13
WebAPI/Models/StationBill.cs
@@ -92,5 +92,8 @@
        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;
    }
}