1
duhe
2025-08-08 7c0dd60c995dddbcb8f142bd8a97cc817e776388
WebAPI/Models/StationBill.cs
@@ -94,5 +94,6 @@
        public int HMouldID { get; set; }
        public string HDate { get; set; }
        public double HMachineWorkTimes { get; set; }
        public int HIsTimeFlag { get; set; } = 0;
    }
}