yl
2022-11-16 ac020ff0a39df6a993fd69ff16f1ef0c989413a6
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