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