From ca7571548578c32bf0a72b269655f9baec1f6849 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 13 三月 2026 16:33:15 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu

---
 WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs b/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
index 50c2da9..5766dc7 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Outbound/OutboundOrderAddDTO.cs
@@ -39,14 +39,24 @@
         public string InoutType { get; set; }
 
         /// <summary>
+        /// 鎺ㄥ崟绯荤粺
+        /// </summary>
+        public string System { get; set; }
+
+        /// <summary>
         /// 澶囨敞
         /// </summary>
         public string Remark { get; set; }
 
+        /// <summary>
+        /// 鏂板缓鏃跺紩鐢ㄤ粨搴揑D
+        /// </summary>
+        public int WarehouseId { get; set; }
+
         [PropertyValidate("鍗曟嵁鏄庣粏淇℃伅", NotNullAndEmpty = true)]
         public List<OutboundOrderDetailAddDTO> Details { get; set; }
 
-        [PropertyValidate("鐩樼偣鍗曟嵁鏄庣粏淇℃伅", NotNullAndEmpty = true)]
+        [PropertyValidate("鐩樼偣鍗曟嵁鏄庣粏淇℃伅", NotNullAndEmpty = false)]
         public List<OutboundOrderInventoryDTO> InventoryDetails { get; set; }
     }
 }

--
Gitblit v1.9.3