From bc23bea79e99d8c280ea64766be52743ce044c28 Mon Sep 17 00:00:00 2001
From: pan <antony1029@163.com>
Date: 星期四, 27 十一月 2025 11:20:13 +0800
Subject: [PATCH] 提交

---
 项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs"
index d47c6b7..7bcc4f9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS\346\227\240\344\273\223\345\202\250\347\211\210/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_LocationInfo.cs"
@@ -30,7 +30,7 @@
         /// 璐т綅缂栧彿
         /// </summary>
         [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
-        public string LocationCode {  get; set; }
+        public string LocationCode { get; set; }
 
         /// <summary>
         /// 璐т綅鍚嶇О
@@ -42,13 +42,13 @@
         /// 宸烽亾缂栧彿
         /// </summary>
         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "宸烽亾缂栧彿")]
-        public string RoadwayNo {  get; set; }
+        public string RoadwayNo { get; set; }
 
         /// <summary>
         /// 璐т綅琛�
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅琛�")]
-        public int Row {  get; set; }
+        public int Row { get; set; }
 
         /// <summary>
         /// 璐т綅鍒�
@@ -60,25 +60,25 @@
         /// 璐т綅灞�
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅灞�")]
-        public int Layer {  get; set; }
+        public int Layer { get; set; }
 
         /// <summary>
         /// 璐т綅娣卞害
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅娣卞害")]
-        public int Depth {  get; set; }
+        public int Depth { get; set; }
 
         /// <summary>
         /// 璐т綅绫诲瀷
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅绫诲瀷")]
-        public int LocationType {  get; set; }
+        public int LocationType { get; set; }
 
         /// <summary>
         /// 璐т綅鐘舵��
         /// </summary>
         [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "璐т綅鐘舵��")]
-        public int LocationStatus {  get; set; }
+        public int LocationStatus { get; set; }
 
         /// <summary>
         /// 绂佺敤鐘舵��
@@ -90,6 +90,19 @@
         /// 澶囨敞
         /// </summary>
         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
-        public string Remark {  get; set; }
+        public string Remark { get; set; }
+    }
+
+
+    [SugarTable(nameof(Dt_LocationType), "璐т綅鍖哄煙绫诲瀷")]
+    public class Dt_LocationType : BaseEntity
+    {
+        /// <summary>
+        /// 涓婚敭
+        /// </summary>
+        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
+        public int Id { get; set; }
+        public int LocationType { get; set; }
+        public string LocationTypeDesc { get; set; }
     }
 }

--
Gitblit v1.9.3