From eb858e6be89e639a997d03deee816dc7970af248 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 23 十月 2025 16:57:47 +0800
Subject: [PATCH] 调整 客户、供应商、物料、部门、仓库 基础资料 公有云 调用WEBAPI 同步方式

---
 Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
index cc0fc99..f8f705b 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -660,6 +660,11 @@
         public string Sc_MESStopWorkBill_AutoCheck;                     //保存后是否自动审核
         public string Sc_MESStopWorkBill_SaveAutoAddnew;               //保存后变为新增状态
         public string Sc_MESStopWorkBill_DeleterAndMakerMustSame;      //删除人必须是制单人
+
+        //停工恢复单
+        public string Sc_MESStopRestoreWorkBill_AutoCheck;                     //保存后是否自动审核
+        
+
         //产量汇报单
         public string Sc_ICMOBillWorkQtyStatus_AutoCheck;                   //保存后是否自动审核
         public string Sc_ICMOBillWorkQtyStatus_SaveAutoAddnew;               //保存后变为新增状态

--
Gitblit v1.9.1