From 6df4bf0098c2b822b9e82fe8f7d2ce84eafb9205 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 10:42:52 +0800
Subject: [PATCH] 添加出入库策略

---
 新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs |   24 ++++++++++++++++++++----
 1 files changed, 20 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_InventoryInfo.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs"
index ade9447..0a817ff 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs"
@@ -85,7 +85,7 @@
         public string BatchNo { get; set; }
 
         /// <summary>
-        /// 瀹為檯搴撳瓨鏁�
+        /// 瀹為檯鎬诲簱瀛樻暟
         /// </summary>
         [ImporterHeader(Name = "瀹為檯搴撳瓨鏁�")]
         [ExporterHeader(DisplayName = "瀹為檯搴撳瓨鏁�")]
@@ -93,13 +93,29 @@
         public decimal StockQuantity { get; set; }
 
         /// <summary>
-        /// 鍑哄簱鏁�
+        /// 寰呭嚭搴撴暟  鏁翠釜鍑哄簱鍗曞崰鐢ㄧ殑
         /// </summary>
-        [ImporterHeader(Name = "鍑哄簱鏁�")]
-        [ExporterHeader(DisplayName = "鍑哄簱鏁�")]
+        [ImporterHeader(Name = "寰呭嚭搴撴暟")]
+        [ExporterHeader(DisplayName = "寰呭嚭搴撴暟")]
         [SugarColumn(IsNullable = false, ColumnDescription = "鍑哄簱鏁�", DefaultValue = "0")]
         public decimal OutboundQuantity { get; set; }
 
+
+        /// <summary>
+        /// 鍙敤搴撳瓨鏁伴噺  =瀹為檯搴撳瓨鏁�-寰呭嚭搴撴暟閲�
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鍙敤搴撳瓨鏁伴噺", DefaultValue = "0")]
+        public decimal AvailableQuantity { get; set; }
+
+
+
+        /// <summary>
+        /// 鎶ヨ淇℃伅
+        /// </summary>
+         [SugarColumn(IsNullable = true,Length =255, ColumnDescription = "鎶ヨ淇℃伅")]
+        public string AlarmInformation { get; set; }
+
+
         /// <summary>
         /// 鐩樼偣鏁帮紱鐩樼偣鍚庡疄闄呮暟閲�
         /// </summary>

--
Gitblit v1.9.3