username@email.com
2024-06-26 fc0be4068295c4772015f1635378c7464830d304
CoreCms.Net.Model/ViewModels/DTO/OrderDTO.cs
@@ -439,6 +439,11 @@
        public string logisticsName { get; set; }
        public List<CoreCmsOrderItem> items { get; set; }
        public List<CoreCmsOrder> orders { get; set; }
        /// <summary>
        /// 定位信息,用逗号分割
        /// liao20240605
        /// </summary>
         public  string? Coordinate {  get; set; }
    }
    /// <summary>