From b55d324f4b7465f9a7dc50e999346697f5cc35a2 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期五, 07 三月 2025 15:17:19 +0800 Subject: [PATCH] 1 --- WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs index 11dca10..516c772 100644 --- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs +++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs @@ -42,7 +42,11 @@ [SugarColumn(IsNullable = true, ColumnDescription = "鐢熶骇鏃堕棿")] public DateTime Mgeneratetime { get; set; } - + + [ImporterHeader(Name = "浠撳簱缂栫爜")] + [ExporterHeader(DisplayName = "浠撳簱缂栫爜")] + [SugarColumn(IsNullable = true, ColumnDescription = "浠撳簱缂栫爜")] + public string OutWareHouse { get; set; } [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(Id))] public List<Dt_StockInfoDetail> Details { get; set; } -- Gitblit v1.9.3