From a770206c91e495b802b3e9371e06834586ad7715 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 30 十月 2025 20:17:30 +0800
Subject: [PATCH] 1
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs | 32 +++++++++++++++++---------------
1 files changed, 17 insertions(+), 15 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs"
index 0a817ff..803f556 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_InventoryInfo.cs"
@@ -16,7 +16,7 @@
/// 涓婚敭
/// </summary>
[ImporterHeader(Name = "涓婚敭")]
- [ExporterHeader(DisplayName = "涓婚敭")]
+ [ExporterHeader(DisplayName = "涓婚敭", IsIgnore = true)]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int Id { get; set; }
@@ -24,7 +24,7 @@
/// 鎵樼洏缂栧彿
/// </summary>
[ImporterHeader(Name = "鎵樼洏缂栧彿")]
- [ExporterHeader(DisplayName = "鎵樼洏缂栧彿")]
+ [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = true)]
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
public string PalletCode { get; set; }
@@ -32,13 +32,13 @@
/// 搴撴埧缂栧彿
/// </summary>
[ImporterHeader(Name = "搴撴埧缂栧彿")]
- [ExporterHeader(DisplayName = "搴撴埧缂栧彿")]
+ [ExporterHeader(DisplayName = "搴撴埧缂栧彿", IsIgnore = true)]
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "搴撴埧缂栧彿")]
public string WarehouseCode { get; set; }
/// <summary>
/// 璐т綅缂栧彿 //瑕佹槸鏄珛搴撶殑灏辨槸瑕�==鈥滅珛搴撯�� 骞冲簱鐨勫氨鏄湁缂栫爜鐨�
- /// </summary>
+ /// </summary>
[ImporterHeader(Name = "璐т綅缂栧彿")]
[ExporterHeader(DisplayName = "璐т綅缂栧彿")]
[SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
@@ -48,7 +48,7 @@
/// 搴撳瓨鐘舵��
/// </summary>
[ImporterHeader(Name = "搴撳瓨鐘舵��")]
- [ExporterHeader(DisplayName = "搴撳瓨鐘舵��")]
+ [ExporterHeader(DisplayName = "搴撳瓨鐘舵��", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鐘舵��")]
public int StockStatus { get; set; }
@@ -88,7 +88,7 @@
/// 瀹為檯鎬诲簱瀛樻暟
/// </summary>
[ImporterHeader(Name = "瀹為檯搴撳瓨鏁�")]
- [ExporterHeader(DisplayName = "瀹為檯搴撳瓨鏁�")]
+ [ExporterHeader(DisplayName = "搴撳瓨鏁�")]
[SugarColumn(IsNullable = false, ColumnDescription = "瀹為檯搴撳瓨鏁�")]
public decimal StockQuantity { get; set; }
@@ -96,7 +96,7 @@
/// 寰呭嚭搴撴暟 鏁翠釜鍑哄簱鍗曞崰鐢ㄧ殑
/// </summary>
[ImporterHeader(Name = "寰呭嚭搴撴暟")]
- [ExporterHeader(DisplayName = "寰呭嚭搴撴暟")]
+ [ExporterHeader(DisplayName = "寰呭嚭搴撴暟", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "鍑哄簱鏁�", DefaultValue = "0")]
public decimal OutboundQuantity { get; set; }
@@ -104,15 +104,17 @@
/// <summary>
/// 鍙敤搴撳瓨鏁伴噺 =瀹為檯搴撳瓨鏁�-寰呭嚭搴撴暟閲�
/// </summary>
+ [ImporterHeader(Name = "鍙敤搴撳瓨鏁伴噺")]
+ [ExporterHeader(DisplayName = "鍙敤搴撳瓨鏁伴噺", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "鍙敤搴撳瓨鏁伴噺", DefaultValue = "0")]
public decimal AvailableQuantity { get; set; }
-
-
/// <summary>
/// 鎶ヨ淇℃伅
/// </summary>
- [SugarColumn(IsNullable = true,Length =255, ColumnDescription = "鎶ヨ淇℃伅")]
+ [ImporterHeader(Name = "鎶ヨ淇℃伅")]
+ [ExporterHeader(DisplayName = "鎶ヨ淇℃伅", IsIgnore = true)]
+ [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "鎶ヨ淇℃伅")]
public string AlarmInformation { get; set; }
@@ -120,7 +122,7 @@
/// 鐩樼偣鏁帮紱鐩樼偣鍚庡疄闄呮暟閲�
/// </summary>
[ImporterHeader(Name = "鐩樼偣鏁�")]
- [ExporterHeader(DisplayName = "鐩樼偣鏁�")]
+ [ExporterHeader(DisplayName = "鐩樼偣鏁�", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "鐩樼偣鏁�", DefaultValue = "0")]
public decimal SupplyQuantity { get; set; }
@@ -128,7 +130,7 @@
/// 鍏ュ簱鏃堕棿
/// </summary>
[ImporterHeader(Name = "鍏ュ簱鏃堕棿")]
- [ExporterHeader(DisplayName = "鍏ュ簱鏃堕棿")]
+ [ExporterHeader(DisplayName = "鍏ュ簱鏃堕棿", IsIgnore = true)]
[SugarColumn(IsNullable = true, ColumnDescription = "鍏ュ簱鏃堕棿")]
public DateTime? InDate { get; set; }
@@ -136,7 +138,7 @@
/// 鐢熶骇鏃ユ湡
/// </summary>
[ImporterHeader(Name = "鐢熶骇鏃ユ湡")]
- [ExporterHeader(DisplayName = "鐢熶骇鏃ユ湡")]
+ [ExporterHeader(DisplayName = "鐢熶骇鏃ユ湡", IsIgnore = true)]
[SugarColumn(IsNullable = true, ColumnDescription = "鐢熶骇鏃ユ湡")]
public string ProductionDate { get; set; }
@@ -144,7 +146,7 @@
/// 淇濊川鏈�
/// </summary>
[ImporterHeader(Name = "淇濊川鏈�")]
- [ExporterHeader(DisplayName = "淇濊川鏈�")]
+ [ExporterHeader(DisplayName = "淇濊川鏈�", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "淇濊川鏈�")]
public int ShelfLife { get; set; }
@@ -160,7 +162,7 @@
/// 澶囨敞
/// </summary>
[ImporterHeader(Name = "澶囨敞")]
- [ExporterHeader(DisplayName = "澶囨敞")]
+ [ExporterHeader(DisplayName = "搴撴埧")]
[SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
public string Remark { get; set; }
}
--
Gitblit v1.9.3