wangxinhui
2026-03-06 65a231315d1dcc35d2996106d36e9cca9aba6ce6
项目代码/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; }
    }
}