From 7d36d5caca5d2b565c978d6aac040a22c265b26f Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期四, 10 十月 2024 13:37:23 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs index e040760..85f8cd0 100644 --- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs +++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs @@ -660,6 +660,9 @@ //收款单 public string YS_ReceiveBill_AutoCheck; //保存后是否自动审核 + //考勤汇报单 + public string Pay_WorkTimesBill_AutoCheck; //保存后是否自动审核 + //下模单 public string Sc_MouldLowerBill_MouldUpper; //必须做上模单才能生成下模单 -- Gitblit v1.9.1