From de8cd5585ba690902333cf4ce9aa5dbc7eb9acf6 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 28 五月 2025 17:29:33 +0800 Subject: [PATCH] 根据业务重构库区,增加记录表,开始ERP下发反馈逻辑开发 --- Models/TN_Location.cs | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Models/TN_Location.cs b/Models/TN_Location.cs index 8c42873..5db9cbf 100644 --- a/Models/TN_Location.cs +++ b/Models/TN_Location.cs @@ -9,8 +9,6 @@ [SugarTable("TN_Location")] public class TN_Location : BaseModel { - - #region 鍩虹灞炴�鍏崇郴 /// <summary> /// 璐т綅 ID /// </summary> @@ -42,9 +40,29 @@ public int N_CURRENT_NUM { get; set; } = 0; /// <summary> + /// 琛屽彿 + /// </summary> + public int N_ROW { get; set; } = 0; + + /// <summary> + /// 鍒楀彿 + /// </summary> + public int N_COL { get; set; } = 0; + + /// <summary> /// 璐т綅鐨勫眰鏁� /// </summary> public int N_LAYER { get; set; } = 1; + + // BEG 鍒濆鍖栬〃鏍间娇鐢�+ public int N_ROW_GROUP { get; set; } = 0; + public int N_POS { get; set; } = 1; + public int N_DEEP { get; set; } = 1; + public int N_ROADWAY { get; set; } = 1; + public string S_PURPOSE { get; set; } = "瀛樺偍"; + public string S_TYPE { get; set; } = "甯歌"; + public string S_WH_CODE { get; set; } = "鐙北瀛愮煶鍖�; + // END /// <summary> /// 涓婇攣鐘舵�鍙凤細0鏃�1鍏ュ簱閿�2鍑哄簱閿�3鍏跺畠閿�@@ -65,7 +83,6 @@ /// 璐т綅鏄惁鍚敤锛歒鍚敤 /// </summary> public string C_ENABLE { get; set; } = "Y"; - #endregion /// <summary> /// 璐т綅-瀹瑰櫒 鍏崇郴鏄犲皠 -- Gitblit v1.9.1