From e0d89637030791ce1e7dd46ca5fdec9979977960 Mon Sep 17 00:00:00 2001 From: 杨前锦 <1010338399@qq.com> Date: 星期三, 11 六月 2025 17:28:41 +0800 Subject: [PATCH] 印尼佳通-硫化流程出入库流程开发 --- HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/AbnormalAreaConfig.cs | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/AbnormalAreaConfig.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/AbnormalAreaConfig.cs new file mode 100644 index 0000000..45832ae --- /dev/null +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/AbnormalAreaConfig.cs @@ -0,0 +1,20 @@ +锘縰sing SqlSugar; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace HH.WCS.Mobox3.FJJT.models +{ + /// <summary> + /// 寮傚父搴撳尯閰嶇疆 + /// </summary> + [SugarTable("TN_Abnormal_Area_Config")] + internal class AbnormalAreaConfig : BaseModel + { + public string S_AREA_CODE { get; set; } // 寮傚父鍖虹紪鐮�+ public string S_SUP_AREA { get; set; } // 浠庡睘搴撳尯缂栫爜 + public string C_ENABLE { get; set; } // 鏄惁绂佺敤 Y/N + } +} -- Gitblit v1.9.1