1
dengjunjie
2025-01-10 5ee4d66f4fef38f9d7ba38d8c3cfae7f7fc082d3
´úÂë¹ÜÀí/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>
@@ -69,4 +73,10 @@
        /// </summary>
        public string Data { get; set; }
    }
    public class CodePath
    {
        public string type { get; set; }
        public string positionCode { get; set; }
    }
}