From fba665e8a67fcec20a6bbb2722efbee0e33dc6ad Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 21 四月 2026 00:34:57 +0800
Subject: [PATCH] fix(StockInfoController): MES凭证改为动态获取

---
 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