From 9ff424751d75ebba92f8317bd2d6aa57094baca4 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期日, 08 三月 2026 19:04:38 +0800
Subject: [PATCH] 新增 投料防错 增删改查 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 3dd329c..e28cbbc 100644
--- a/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
+++ b/Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -863,6 +863,9 @@
         //下模单
         public string Sc_MouldLowerBill_MouldUpper;  //必须做上模单才能生成下模单
 
+        // 投料防错表
+        public string Sc_FeedingErrorProofingBill_BarCodeCTL; //  投料放错单 提交 后 是否反写单据状态到条码主档
+
     }
          
 }

--
Gitblit v1.9.1