update 项目管理

This commit is contained in:
2021-05-07 20:34:55 +08:00
parent be24cf2558
commit ab138ed22f
6 changed files with 67 additions and 48 deletions

View File

@@ -31,10 +31,6 @@ namespace Ewide.Application.Entity
[Required]
public string AreaId { get; set; }
[Comment("区域名称")]
[MaxLength(500)]
public string AreaName { get; set; }
[Comment("类型")]
[Required]
public int Type { get; set; }