cloudflight
2025-01-13 02c14c9c57dbde72d9c771bd8b0fab1cd023047d
Vmo/Yw.Vmo.Division.Core/DivisionVmo.cs
@@ -2,21 +2,6 @@
{
    public class DivisionVmo
    {
        public DivisionVmo(DivisionVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.ParentIds = rhs.ParentIds;
            this.Type = rhs.Type;
            this.ADCode = rhs.ADCode;
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.CountryCode = rhs.CountryCode;
        }
        public long ID { get; set; }
        /// <summary>
@@ -37,7 +22,7 @@
        /// <summary>
        /// 类型
        /// </summary>
        public Yw.Division.eDivisionType Type { get; set; }
        public Yw.Model.eDivisionType Type { get; set; }
        /// <summary>
        /// 高德地图城市编码
@@ -53,11 +38,6 @@
        /// 标签名称
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 使用状态
        /// </summary>
        public Yw.Model.eUseStatus UseStatus { get; set; }
        /// <summary>
        /// 排序码