update 项目管理

This commit is contained in:
2021-05-11 13:30:38 +08:00
parent 452c0291aa
commit 82e7ac70bd
6 changed files with 18 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ namespace Ewide.Application.Entity
[Comment("区域ID")]
[MaxLength(36)]
[Required]
public string AreaId { get; set; }
public string AreaCode { get; set; }
[Comment("类型")]
[Required]