mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【数据库】更新表【CoreCmsArea】数据,数据来源于民政部、国家统计局公示最新行政区划代码。删除【postalCode】邮编字段。
This commit is contained in:
@@ -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 = "地区排序")]
|
||||
|
||||
Reference in New Issue
Block a user