huangxiaoqiang
昨天 843cc2ea1b104ecdf9da61318a4136a5d4096411
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;
@@ -49,8 +50,18 @@
        public string TargetAddress { get; set; }
        /// <summary>
        /// 下一位置
        /// </summary>
        public string NextAddress { get; set; }
        /// <summary>
        /// 优先级
        /// </summary>
        public int Grade { get; set; }
        /// <summary>
        /// 备  注: 托盘产线
        ///</summary>
        public string? ProductionLine { get; set; }
    }
}