update 规范化所有区域相关字段
This commit is contained in:
@@ -15,12 +15,12 @@ namespace Ewide.Core
|
||||
public class SysAreaCode: IEntity
|
||||
{
|
||||
[Key]
|
||||
[Comment("系统使用的区域代码")]
|
||||
[Comment("系统使用的区域编码")]
|
||||
[MaxLength(50)]
|
||||
public string Code { get; set; }
|
||||
[Comment("对外使用的区域代码")]
|
||||
[Comment("区域的行政编码")]
|
||||
[MaxLength(50)]
|
||||
public string ShowCode { get; set; }
|
||||
public string AdCode { get; set; }
|
||||
|
||||
[Comment("名称")]
|
||||
[Required]
|
||||
|
||||
Reference in New Issue
Block a user