| | |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.CountryCode = rhs.CountryCode; |
| | | } |
| | | |
| | | public void Reset(Division rhs) |
| | |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.CountryCode = rhs.CountryCode; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 国家编码 |
| | | /// </summary> |
| | | [Display(Name = "国家编码")] |
| | | public string CountryCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 父级ID列表 |
| | | /// </summary> |
| | | [Display(Name = "父级ID列表")] |