肖洋
2025-02-11 992a33ca68af405d08da512c46d7d59ec3ceaabc
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs
@@ -52,5 +52,10 @@
        /// 优先级
        /// </summary>
        public int Grade {  get; set; }
        /// <summary>
        /// 备  注: 托盘产线
        ///</summary>
        public string? ProductionLine { get; set; }
    }
}