duheng
2024-10-10 6dff69fdd49c0058741efeaaf285e7b1da7385d2
Dto/Yw.Dto.Division.Core/DivisionDto.cs
@@ -17,6 +17,7 @@
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.CountryCode = rhs.CountryCode;
            this.Description = rhs.Description;
        }
@@ -28,6 +29,11 @@
        public string Name { get; set; }
        /// <summary>
        /// 国家编码
        /// </summary>
        public string CountryCode { get; set; }
        /// <summary>
        /// 父级ID列表
        /// </summary>
        public List<long> ParentIds { get; set; }