yusijie
6 天以前 c3081ad45da5ac35adc505d1cc3871b91651849f
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;
    }
}