wangxinhui
2026-03-23 531c6e89dc07bb6997e6249a6cd9f53a9bd474a5
项目代码/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; }
    }
}