yl
2023-10-31 c6183753ab694aa8840c0b7f4460c2700c1490cd
VueWebApi/Models/ScanStartReportData.cs
@@ -23,5 +23,9 @@
        public decimal noreportqty { get; set; } //未报数量
        public decimal reportqty { get; set; } //已报数量
        public decimal noputqty { get; set; } //未收数量
        public string wkshopcode { get; set; } //车间编码
        public string wkshopname { get; set; } //车间名称
        public string eqpcode { get; set; } //设备编码
        public string eqpname { get; set; } //设备名称
    }
}