1
chenhaozhe
2025-10-26 9decabb78994cf16a79de84464a2efeeb93cc719
WebAPI/Models/StationBill.cs
@@ -93,5 +93,7 @@
        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;
    }
}