From 40ed23083b660473152994e55363f823a6adcac0 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <1247017146@qq.com> Date: 星期一, 07 四月 2025 14:28:55 +0800 Subject: [PATCH] 11 --- 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