2
huangxiaoqiang
2025-03-06 319c4fe3fb3656ba33903d8c9364ae3d548dd038
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs
@@ -1,4 +1,5 @@
using System;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -52,5 +53,10 @@
        /// 优先级
        /// </summary>
        public int Grade { get; set; }
        /// <summary>
        /// 备  注: 托盘产线
        ///</summary>
        public string? ProductionLine { get; set; }
    }
}