lixiaojun
2024-11-30 cb12c35c7af4350b0f38b6d90a15d8bd9796b8c5
Service/Yw.Service.Division.Core/01-entity/Division.cs
@@ -1,7 +1,4 @@
using System.Diagnostics.Metrics;
using Yw.Entity;
namespace Yw.Entity
namespace Yw.Entity
{
    /// <summary>
    /// 行政区域
@@ -24,7 +21,6 @@
            this.ADCode = rhs.ADCode;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.CountryCode = rhs.CountryCode;
@@ -64,11 +60,6 @@
        /// 标签名称
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 使用状态
        /// </summary>
        public int UseStatus { get; set; }
        /// <summary>
        /// 排序码