yl
2022-12-02 9a1d484dc1be74e99bb17842f7f43ff446b3dac4
VueWebApi/Models/UpdateProductReport.cs
@@ -24,7 +24,6 @@
        public string first_choke { get; set; }  //是否首道工序
        public string last_choke { get; set; }  //是否末道工序
        public string unprice { get; set; }  //工序单价
        public string usergroup_code { get; set; }  //用户组编码
        public string usercode { get; set; }  //报工人员编码
        public string report_date { get; set; }  //报工时间
        public string report_qty { get; set; }  //报工数量
@@ -34,5 +33,6 @@
        public string bad_qty { get; set; }  //报废数量
        public string bad_dvalue { get; set; }  //报废数量差值
        public string bad_money { get; set; }  //报废金额
        public string badmoney_dvalue { get; set; }  //报废差值
    }
}