yl
2022-11-11 1b7d474add778ac342486beccc63081e9e29f504
VueWebApi/Models/UpdateProductReport.cs
@@ -28,8 +28,11 @@
        public string usercode { get; set; }  //报工人员编码
        public string report_date { get; set; }  //报工时间
        public string report_qty { get; set; }  //报工数量
        public string report_dvalue { get; set; } //报工数量差值
        public string ng_qty { get; set; }  //不良数量
        public string ng_dvalue { get; set; } //不良数量差值
        public string bad_qty { get; set; }  //报废数量
        public string bad_dvalue { get; set; }  //报废数量差值
        public string bad_money { get; set; }  //报废金额
    }
}