update 规范化所有区域相关字段

This commit is contained in:
2021-04-30 10:53:38 +08:00
parent 73001d5f8a
commit 2cdf62eeb5
13 changed files with 33 additions and 34 deletions

View File

@@ -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]