雷神教育集团
2026-03-06 f2392d984123a1402d6c9bab9e5452c7becc8d22
项目代码/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; }
    }
}