Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs
@@ -122,6 +122,13 @@ public string? ErrorMessage { get; set; } /// <summary> /// 备 注: 托盘产线 /// 默认值: ///</summary> [SugarColumn(ColumnName = "ProductionLine", Length = 20, IsNullable = true)] public string? ProductionLine { get; set; } /// <summary> /// 任务执行明细 /// </summary> [SugarColumn(ColumnName = "任务执行明细")]