VueWebCoreApi/Models/UpdateReport/UpdateProductReport.cs
@@ -28,6 +28,7 @@
        public string report_date { get; set; }  //报工时间
        public string report_qty { get; set; }  //报工数量
        public string report_dvalue { get; set; } //报工数量差值
        public string wxcode { get; set; } //外协供应商编码
        public List<UpdateReportSub> children { get; set; }
    }
    public class UpdateReportSub