1
wangxinhui
2025-06-10 37f4f03c2ca91c82e59dd3f630d767cf137783a5
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs
@@ -26,7 +26,11 @@
        /// <summary>
        /// ä½ç½®è·¯å¾„
        /// </summary>
        public List<object> PositionCodePath { get; set; }
        public List<CodePath> PositionCodePath { get; set; }
        /// <summary>
        /// æ‰˜ç›˜å·
        /// </summary>
        public string ctnrCode {  get; set; }
        /// <summary>
        /// è½½å…·ç¼–号
        /// </summary>
@@ -56,6 +60,10 @@
        /// </summary>
        public string AgvTyp { get; set; }
        /// <summary>
        /// ä»»åŠ¡ç»„
        /// </summary>
        public string GroupId { get; set; }
        /// <summary>
        /// åŒºåŸŸ/策略<br/>
        /// æŒ‘选货架以及根据物料批次挑选货架时的先进先出规则,支持以下4个值:<br/>
        /// 1:按照货架到达储位的时间顺序,先进先出<br/>
@@ -69,4 +77,10 @@
        /// </summary>
        public string Data { get; set; }
    }
    public class CodePath
    {
        public string type { get; set; }
        public string positionCode { get; set; }
    }
}