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