From 0aed9c9ee65bd8a17837d83ec05e756d11fab297 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 21 四月 2026 15:29:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://115.159.85.185:8098/r/SuZhouGuanHong/ShanMeiXinNengYuan into dev

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
index c54b4fa..ecf32e4 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
@@ -64,6 +64,12 @@
         public string Remark { get; set; }
 
         /// <summary>
+        /// MES涓婁紶鐘舵�侊細0=鏈笂浼狅紝1=缁勭洏鎴愬姛锛�2=缁勭洏澶辫触锛�3=鎷嗙洏鎴愬姛锛�4=鎷嗙洏澶辫触锛�5=杩涚珯鎴愬姛锛�6=杩涚珯澶辫触锛�7=鍑虹珯鎴愬姛锛�8=鍑虹珯澶辫触锛�9=NG涓婃姤鎴愬姛锛�10=NG涓婃姤澶辫触
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "MES涓婁紶鐘舵��")]
+        public int MesUploadStatus { get; set; } = 0;
+
+        /// <summary>
         /// 鍑哄簱鏃ユ湡
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "鍑哄簱鏃ユ湡")]

--
Gitblit v1.9.3