From 89bccb9b8fb1070f7ac5f36510c868fecead9384 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 17 三月 2026 17:00:05 +0800
Subject: [PATCH] 更新
---
项目代码/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs"
index e9c7f02..eda096a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/TaskInfo/Dt_Task.cs"
@@ -142,6 +142,7 @@
[ExporterHeader(DisplayName = "浠诲姟涓嬪彂鏃堕棿")]
[SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟涓嬪彂鏃堕棿")]
public DateTime? Dispatchertime { get; set; }
+
/// <summary>
/// 浠诲姟缁�
/// </summary>
@@ -149,6 +150,7 @@
[ExporterHeader(DisplayName = "浠诲姟缁�")]
[SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟缁�")]
public string GroupId { get; set; }
+
/// <summary>
/// 浠诲姟鐗╂枡闀垮害
/// </summary>
@@ -156,6 +158,7 @@
[ExporterHeader(DisplayName = "浠诲姟鐗╂枡闀垮害")]
[SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鐗╂枡闀垮害")]
public int TaskLength { get; set; }
+
/// <summary>
/// 澶囨敞
/// </summary>
@@ -163,6 +166,7 @@
[ExporterHeader(DisplayName = "澶囨敞")]
[SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")]
public string Remark { get; set; }
+
/// <summary>
/// 鐗╂枡缂栧彿
/// </summary>
@@ -170,12 +174,37 @@
[ExporterHeader(DisplayName = "鐗╂枡缂栧彿")]
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐗╂枡缂栧彿")]
public string MaterielCode { get; set; }
+
+ /// <summary>
+ /// 鍔犲伐涓績缂栫爜
+ /// </summary>
+ [ImporterHeader(Name = "鍔犲伐涓績缂栫爜")]
+ [ExporterHeader(DisplayName = "鍔犲伐涓績缂栫爜")]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍔犲伐涓績缂栫爜")]
+ public string WorkCentreCode { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鏉$爜
+ /// </summary>
+ [ImporterHeader(Name = "鐗╂枡鏉$爜")]
+ [ExporterHeader(DisplayName = "鐗╂枡鏉$爜")]
+ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐗╂枡鏉$爜")]
+ public string ProductNo { get; set; }
+
+ /// <summary>
+ /// MES璁″垝Id
+ /// </summary>
+ [ImporterHeader(Name = "MES璁″垝Id")]
+ [ExporterHeader(DisplayName = "MES璁″垝Id")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "MES璁″垝Id")]
+ public int DispatchPlanId { get; set; }
+
/// <summary>
/// 鐗╂枡鏁伴噺
/// </summary>
[ImporterHeader(Name = "鐗╂枡鏁伴噺")]
[ExporterHeader(DisplayName = "鐗╂枡鏁伴噺")]
- [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鐗╂枡鏁伴噺")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鐗╂枡鏁伴噺")]
public decimal Quantity { get; set; }
}
}
--
Gitblit v1.9.3