yl
2024-03-15 27f0636da2b4b22a16404a3dbea4b3d3d477a65e
VueWebApi/Models/ScanStartReportData.cs
@@ -7,6 +7,8 @@
{
    public class ScanStartReportData
    {
        public string saleOrderCode { get; set; }//销售订单号
        public string m_po { get; set; }//订单编号
        public string wo_code { get; set; }  //工单编号
        public string partnumber { get; set; } //产品编码
        public string partname { get; set; } //产品名称
@@ -23,5 +25,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; } //设备名称
    }
}