yl
2022-11-18 6392b9aed7e649ca1da1151308b6e3dee7add689
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; }  //报废金额
    }
}