From 6966c63c04c57ddec44e2e0c00c544a09737097b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 27 十月 2025 17:17:31 +0800
Subject: [PATCH] 优化PDA入库功能

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_MessageInfo.cs |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_MessageInfo.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_MessageInfo.cs"
index d70ec73..82b7c6e 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_MessageInfo.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_MessageInfo.cs"
@@ -21,7 +21,19 @@
         public int Id { get; set; }
 
         /// <summary>
-        /// 寮傚父淇℃伅鍚嶇О
+        /// 寮傚父淇℃伅鍒嗙粍(璁惧鎶ヨ锛屽簱瀛樿繃鏈熸姤璀︼紝鐗╂枡缁存姢鎶ヨ锛屼綆搴撳瓨鎶ヨ锛屽垱寤哄嚭鍏ュ簱鍗曟姤璀�)
+        /// </summary>
+        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "寮傚父淇℃伅鍒嗙粍")]
+        public int MessageGroupBy { get; set; }
+
+        /// <summary>
+        /// 鐘舵��
+        /// </summary>
+        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鐘舵��")]
+        public int MessageStatus { get; set; }
+
+        /// <summary>
+        /// 寮傚父淇℃伅鍚嶇О(鑾峰彇涓婃父鍏ュ簱鍗曞紓甯搞�傘�傘��)
         /// </summary>
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "寮傚父淇℃伅鍚嶇О")]
         public string MessageName { get; set; }
@@ -33,9 +45,9 @@
         public string MessageInfo { get; set; }
 
         /// <summary>
-        /// 鐘舵��
+        /// 澶囨敞(搴撳瓨杩囨湡棰勮鏃朵紶鍏ョ墿鏂欑紪鍙峰拰鎵规鍙�)
         /// </summary>
-        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鐘舵��")]
-        public int MessageStatus { get; set; }
+        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
+        public string MessageRemark { get; set; }
     }
 }

--
Gitblit v1.9.3