wangxinhui
10 天以前 834294889ab62bafaf034b1b87c2ead961c33476
项目代码/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; }
    }
}