update 项目管理

This commit is contained in:
2021-05-11 18:22:31 +08:00
parent 82e7ac70bd
commit 5cb9791fbd
6 changed files with 40 additions and 14 deletions

View File

@@ -36,4 +36,9 @@ namespace Ewide.Application.Service.HouseProjectInfo.Dto
{
}
public class PageProjectInput: HouseProjectInfoInput
{
public string pid { get; set; }
}
}