From 867793e0bd4d8e84b8ae98e31d5d722fdb73cee9 Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期三, 18 六月 2025 19:15:59 +0800 Subject: [PATCH] 更新生产统计,修改大屏库存数据展示 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs | 8 ++++++++ 1 files changed, 8 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 4e7750a..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 @@ -129,6 +129,14 @@ 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