【数据库】更新表【CoreCmsArea】数据,数据来源于民政部、国家统计局公示最新行政区划代码。删除【postalCode】邮编字段。

This commit is contained in:
大灰灰
2022-10-01 09:31:04 +08:00
parent dd486460e5
commit 71aad10aea
12 changed files with 9 additions and 59 deletions

View File

@@ -49,16 +49,9 @@ namespace CoreCms.Net.Model.Entities
/// </summary>
[Display(Name = "地区名称")]
[SugarColumn(ColumnDescription = "地区名称", IsNullable = true)]
[StringLength(50, ErrorMessage = "【{0}】不能超过{1}字符长度")]
[StringLength(20, ErrorMessage = "【{0}】不能超过{1}字符长度")]
public System.String name { get; set; }
/// <summary>
/// 邮编
/// </summary>
[Display(Name = "邮编")]
[SugarColumn(ColumnDescription = "邮编", IsNullable = true)]
[StringLength(10, ErrorMessage = "【{0}】不能超过{1}字符长度")]
public System.String postalCode { get; set; }
/// <summary>
/// 地区排序
/// </summary>
[Display(Name = "地区排序")]