lixiaojun
2024-11-30 cb12c35c7af4350b0f38b6d90a15d8bd9796b8c5
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>
        /// 排序码