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

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