| | |
| | | this.ADCode = rhs.ADCode; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.CountryCode = rhs.CountryCode; |
| | |
| | | this.ADCode = rhs.ADCode; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.CountryCode = rhs.CountryCode; |
| | |
| | | /// 类型 |
| | | /// </summary> |
| | | [Display(Name = "类型")] |
| | | public Yw.Division.eDivisionType Type { get; set; } |
| | | public Yw.Model.eDivisionType Type { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 高德地图城市编码 |
| | |
| | | /// </summary> |
| | | [Display(Name = "标签名称")] |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使用状态 |
| | | /// </summary> |
| | | [Display(Name = "使用状态")] |
| | | public eUseStatus UseStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |