From 1e6a3ce80c38124fe8750f59956528204e696d4e Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期三, 22 四月 2026 15:13:25 +0800
Subject: [PATCH] 新功能

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder_Hty.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder_Hty.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder_Hty.cs"
index 9d9ed21..691fd45 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder_Hty.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder_Hty.cs"
@@ -55,5 +55,12 @@
         [ExporterHeader(DisplayName = "鍗曟嵁鍗曞彿")]
         [SugarColumn(IsNullable = true, ColumnDescription = "鍗曟嵁鍗曞彿")]
         public string BoundOrderCode { get; set; }
+        /// <summary>
+        /// 鎸囧畾浣嶇疆
+        /// </summary>
+        [ImporterHeader(Name = "鎸囧畾浣嶇疆")]
+        [ExporterHeader(DisplayName = "鎸囧畾浣嶇疆")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鎸囧畾浣嶇疆")]
+        public string Location { get; set; }
     }
 }

--
Gitblit v1.9.3