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

@@ -13,7 +13,7 @@ namespace Ewide.Application.Service.HouseProjectInfo.Dto
public string Name { get; set; }
public string Note { get; set; }
public int Sort { get; set; }
public string AreaId { get; set; }
public string AreaCode { get; set; }
public int Type { get; set; }
}
public class AddProjectInput : HouseProjectInfoInput