1
dengjunjie
2025-01-13 cebd0800e9b5e1a1055a48d5e52f3f8a85e8d82c
´úÂë¹ÜÀí/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; }
    }
}