From 6966c63c04c57ddec44e2e0c00c544a09737097b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 27 十月 2025 17:17:31 +0800
Subject: [PATCH] 优化PDA入库功能
---
新建文件夹/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_SupplyTask.cs | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 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_SupplyTask.cs" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_SupplyTask.cs"
index 1e23b1a..06ba197 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_SupplyTask.cs"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_SupplyTask.cs"
@@ -22,7 +22,7 @@
/// 涓婚敭
/// </summary>
[ImporterHeader(Name = "涓婚敭")]
- [ExporterHeader(DisplayName = "涓婚敭")]
+ [ExporterHeader(DisplayName = "涓婚敭", IsIgnore = true)]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int TaskId { get; set; }
@@ -30,7 +30,7 @@
/// 浠诲姟鍙凤紱璁㈠崟璇︽儏涓婚敭锛欼D
/// </summary>
[ImporterHeader(Name = "浠诲姟鍙�")]
- [ExporterHeader(DisplayName = "浠诲姟鍙�")]
+ [ExporterHeader(DisplayName = "浠诲姟鍙�", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鍙�"), Sequence(nameof(SequenceEnum.SeqTaskNum), 100000000)]
public int TaskNum { get; set; }
@@ -38,7 +38,7 @@
/// 鎵樼洏缂栧彿
/// </summary>
[ImporterHeader(Name = "鎵樼洏缂栧彿")]
- [ExporterHeader(DisplayName = "鎵樼洏缂栧彿")]
+ [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = true)]
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
public string PalletCode { get; set; }
@@ -78,7 +78,7 @@
/// 浠诲姟绫诲瀷
/// </summary>
[ImporterHeader(Name = "浠诲姟绫诲瀷")]
- [ExporterHeader(DisplayName = "浠诲姟绫诲瀷")]
+ [ExporterHeader(DisplayName = "浠诲姟绫诲瀷", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟绫诲瀷")]
public int TaskType { get; set; }
@@ -86,13 +86,15 @@
/// 浠诲姟鐘舵��
/// </summary>
[ImporterHeader(Name = "浠诲姟鐘舵��")]
- [ExporterHeader(DisplayName = "浠诲姟鐘舵��")]
+ [ExporterHeader(DisplayName = "浠诲姟鐘舵��", IsIgnore = true)]
[SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鐘舵��")]
public int TaskStatus { get; set; }
/// <summary>
/// 搴撴埧缂栧彿
/// </summary>
+ [ImporterHeader(Name = "搴撴埧缂栧彿")]
+ [ExporterHeader(DisplayName = "搴撴埧缂栧彿", IsIgnore = true)]
[SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "搴撴埧缂栧彿")]
public string WarehouseCode { get; set; }
@@ -108,7 +110,7 @@
/// 搴撳瓨鏁�,浠诲姟鏁伴噺
/// </summary>
[ImporterHeader(Name = "搴撳瓨鏁�")]
- [ExporterHeader(DisplayName = "搴撳瓨鏁�")]
+ [ExporterHeader(DisplayName = "浠诲姟鏁�")]
[SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鏁�")]
public decimal StockQuantity { get; set; }
@@ -132,7 +134,7 @@
/// 浠诲姟涓嬪彂鏃堕棿
/// </summary>
[ImporterHeader(Name = "浠诲姟涓嬪彂鏃堕棿")]
- [ExporterHeader(DisplayName = "浠诲姟涓嬪彂鏃堕棿")]
+ [ExporterHeader(DisplayName = "鍒涘缓鏃堕棿")]
[SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟涓嬪彂鏃堕棿")]
public DateTime? Dispatchertime { get; set; }
--
Gitblit v1.9.3