From 2f8fc989f339a936b01092caebd4c46e6109da1b Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期二, 16 十二月 2025 11:29:37 +0800
Subject: [PATCH] 代码提交

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