hutongqing
2025-01-02 b51a65433d6102f2f8f00226404d9ca3808404af
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/Agv/AgvTaskDTO.cs
@@ -26,7 +26,7 @@
        /// <summary>
        /// 浣嶇疆璺緞
        /// </summary>
        public List<object> PositionCodePath { get; set; }
        public List<CodePath> PositionCodePath { get; set; }
        /// <summary>
        /// 杞藉叿缂栧彿
        /// </summary>
@@ -69,4 +69,10 @@
        /// </summary>
        public string Data { get; set; }
    }
    public class CodePath
    {
        public string type { get; set; }
        public string positionCode { get; set; }
    }
}