From 59d47f31b80305e735b93d250a45f41d88af2ad4 Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期三, 12 二月 2025 11:57:16 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/BaiBuLiKu
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs
index 33fc24b..53f69a9 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs
@@ -122,6 +122,21 @@
public string? ErrorMessage { get; set; }
/// <summary>
+ /// 澶� 娉�: 鎵樼洏浜х嚎
+ /// 榛樿鍊�:
+ ///</summary>
+ [SugarColumn(ColumnName = "ProductionLine", Length = 20, IsNullable = true)]
+ public string? ProductionLine { get; set; }
+
+ /// <summary>
+ /// 澶� 娉�: 褰撳墠宸ュ簭
+ /// 榛樿鍊�:
+ ///</summary>
+ [SugarColumn(ColumnName = "ProcessCode", Length = 255, IsNullable = true)]
+ public string? ProcessCode { get; set; }
+
+
+ /// <summary>
/// 浠诲姟鎵ц鏄庣粏
/// </summary>
[SugarColumn(ColumnName = "浠诲姟鎵ц鏄庣粏")]
--
Gitblit v1.9.3