VueWebApi/Models/UpdateProductReport.cs
@@ -28,8 +28,12 @@ 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; } //报废金额 public string badmoney_dvalue { get; set; } //报废差值 } }