Vmo/Yw.Vmo.Division.Core/DivisionVmo.cs
@@ -14,6 +14,7 @@ this.UseStatus = rhs.UseStatus; this.SortCode = rhs.SortCode; this.Description = rhs.Description; this.CountryCode = rhs.CountryCode; } public long ID { get; set; } @@ -24,6 +25,11 @@ public string Name { get; set; } /// <summary> /// 国家编码 /// </summary> public string CountryCode { get; set; } /// <summary> /// 父级ID列表 /// </summary> public List<long> ParentIds { get; set; }