wangxinhui
2026-03-26 5c272c606bdf2da3577dbaa5f48d0ee163f1e7d2
项目代码/WCS/WCSServices/WIDESEAWCS_DTO/Agv/AgvTaskSendDTO.cs
@@ -27,7 +27,7 @@
        /// <summary>
        /// 鍦板浘缂栫爜
        /// </summary>
        public string MapCode { get; set; }
        public string MapCode { get; set; } = "01";
        /// <summary>
        /// 杞﹁締闆嗙兢
        /// </summary>
@@ -44,6 +44,6 @@
    public class PointDetail
    {
        public string Code { get; set; }
        public string Value { get; set; }
        public string? Value { get; set; }
    }
}