chenyong
2025-05-22 a46b0171f379cd03149ea1e7d8c204ffd8b980a9
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 = "任务执行明细")]