yl
2022-11-18 6392b9aed7e649ca1da1151308b6e3dee7add689
VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -256,6 +256,20 @@
        }
        #endregion
        #region[生产管理,修改报工反审核提交]
        public static ToMessage MesOrderStepNoVerifySeave(string username, List<UpdateProductReport> json)
        {
            return ProductionManagementDAL.MesOrderStepNoVerifySeave(username, json);
        }
        #endregion
        #region[生产管理,删除报工记录]
        public static ToMessage MesOrderStepDeleteSeave(string username, List<UpdateProductReport> json)
        {
            return ProductionManagementDAL.MesOrderStepDeleteSeave(username, json);
        }
        #endregion