xxyy
2025-02-12 975da83f1ef2098bf97d85c256e80632e157be6f
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 = "任务执行明细")]