From 8f9b9411ca279670bd85fcfa7763987295ed9abf Mon Sep 17 00:00:00 2001
From: zhanghonglin <zhanghonglin@hnkhzn.com>
Date: 星期五, 10 四月 2026 10:55:38 +0800
Subject: [PATCH] 空桶入出扩展开发
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Outstockinfo.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Outstockinfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Outstockinfo.cs"
index 1ead039..2f58296 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Outstockinfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_Outstockinfo.cs"
@@ -37,5 +37,14 @@
[ExporterHeader(DisplayName = "鍏ュ簱妯″紡")]
[SugarColumn(IsNullable = true, ColumnDescription = "鍏ュ簱妯″紡")]
public int OutMode { get; set; }
+
+ /// <summary>
+ /// 绌烘《鍏ュ簱绫诲瀷浠e彿
+ /// 0姝e父鍏ュ簱1鐩存帴鍑哄簱
+ /// </summary>
+ [ImporterHeader(Name = "绌烘《鍏ュ簱绫诲瀷浠e彿")]
+ [ExporterHeader(DisplayName = "绌烘《鍏ュ簱绫诲瀷浠e彿")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "绌烘《鍏ュ簱绫诲瀷浠e彿")]
+ public string EmptyOutSet { get; set; }
}
}
--
Gitblit v1.9.3