Shuxia Ning
2025-01-15 9eb94e9eec2e2e164698e34d0481d66093c8655b
Service/Yw.Service.Division.Core/02-model/Division.cs
@@ -19,7 +19,6 @@
            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;
@@ -34,7 +33,6 @@
            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;
@@ -62,7 +60,7 @@
        /// 类型
        /// </summary>
        [Display(Name = "类型")]
        public Yw.Division.eDivisionType Type { get; set; }
        public Yw.Model.eDivisionType Type { get; set; }
        /// <summary>
        /// 高德地图城市编码
@@ -81,12 +79,6 @@
        /// </summary>
        [Display(Name = "标签名称")]
        public string TagName { get; set; }
        /// <summary>
        /// 使用状态
        /// </summary>
        [Display(Name = "使用状态")]
        public eUseStatus UseStatus { get; set; }
        /// <summary>
        /// 排序码