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; }