From b7308bba3d7ffad271ce7fc7a93c8c45d76be87d Mon Sep 17 00:00:00 2001 From: 杨前锦 <1010338399@qq.com> Date: 星期五, 13 六月 2025 17:21:03 +0800 Subject: [PATCH] 优化印尼佳通-硫化胚胎出入库逻辑策略优化 --- HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LogicConfig.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LogicConfig.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LogicConfig.cs index 0a94f5b..08cd58c 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LogicConfig.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/LogicConfig.cs @@ -10,16 +10,16 @@ [SugarTable("TN_WMS_Zone")] public class LogicConfig : BaseModel { - public string S_JT_CODE { get; set; } //鏈哄彴鍙�- public string S_MTJBLOC { get; set; } //婊℃鍏ュ簱鎺ラ┏浣�- public string S_JTBKLYLOC { get; set; } //鏈哄彴琛ョ┖鏉ユ簮浣�- public string S_LKBKHCLOC { get; set; } //琛ョ┖缂撳瓨浣�- public string S_LKKTJBLOC { get; set; } //琛ョ┖鎺ラ┏浣�- public string S_AREA_CODE { get; set; } //鍏宠仈绔嬪簱 + public string S_JT_CODE { get; set; } //鏈哄彴鍙� 瀵瑰簲 MES涓嬪彂浠诲姟琛ㄩ噷鐨勬満鍙扮紪鍙�EQP + public string S_MTJBLOC { get; set; } //婊℃鍏ュ簱鎺ラ┏浣� 鐩磋繛/闈炵洿杩為兘鏄搴旂珛搴撳叆搴撴帴椹充綅 + public string S_JTBKLYLOC { get; set; } //鏈哄彴琛ョ┖鏉ユ簮浣� 缂撳瓨浣�-> 鏈哄彴 + public string S_LKBKHCLOC { get; set; } //绔嬪簱琛ョ┖缂撳瓨浣� 绔嬪簱 -> 缂撳瓨浣�+ public string S_LKKTJBLOC { get; set; } //绔嬪簱琛ョ┖鎺ラ┏浣� 鐩磋繛/闈炵洿杩為兘鏄搴旂珛搴撳嚭搴撴帴椹充綅 + public string S_AREA_CODE { get; set; } //鍏宠仈绔嬪簱 鍑哄叆搴撳搴旂殑瀛樺偍绔嬪簱 public string S_TASK_TYPE { get; set; } //浠诲姟绫诲瀷 1.鑳庝晶鐩磋繛绫诲瀷 2.甯樺竷鐩磋繛绫诲瀷 3.闈炵洿杩炵被鍨� public string S_PRI { get; set; } //浼樺厛绾�- public string S_RG_LOC { get; set; } //鏄惁涓轰汉宸ヤ笅绾夸綅 - public string S_ENABLE { get; set; } //鏄惁鍚敤 + public string S_RG_LOC { get; set; } //鏈哄彴鏄惁涓轰汉宸ヤ笅绾夸綅 鏄�鍚� 锛堜汉宸ヤ笅绾夸綅浠h〃浜哄伐鏈哄彴琛ョ┖宸ヨ锛�+ public string S_ENABLE { get; set; } //鏄惁鍚敤 鏄�鍚� } } -- Gitblit v1.9.1