From 75e3bca44b111c167b9389e4e51b2ce577a9f9e0 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期日, 10 八月 2025 10:35:50 +0800
Subject: [PATCH] 优化更新

---
 WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
index 52dbafe..194a47c 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfoDetail.cs
@@ -69,6 +69,10 @@
         [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "瀹炵洏鏁伴噺", DefaultValue = "0")]
         public decimal FinishQty { get; set; }
 
+        [ExporterHeader(DisplayName = "閫佽揣鍗曞彿")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "閫佽揣鍗曞彿")]
+        public string DeliveryNote { get; set; }
+
         [ExporterHeader(IsIgnore = true)]
         [Navigate(NavigateType.OneToOne, nameof(Dt_StockQuantityChangeRecord.StockDetailId), nameof(Id))]
         public Dt_StockQuantityChangeRecord StockQuantityChangeRecord { get; set; }

--
Gitblit v1.9.3