This commit is contained in:
2021-07-06 17:26:54 +08:00
parent da14389a47
commit 2454f4e0fd

View File

@@ -14,7 +14,7 @@ namespace Ewide.Application.Service.HouseProjectInfo
Task AddProject(AddProjectInput input); Task AddProject(AddProjectInput input);
Task DeleteProject(DeleteProjectInput input); Task DeleteProject(DeleteProjectInput input);
Task UpdateProject(UpdateProjectInput input); Task UpdateProject(UpdateProjectInput input);
Task<BsHouseProjectInfo> GetProjectById([FromRoute] string id); Task<BsHouseProjectInfo> GetById([FromRoute] string projectId);
Task<dynamic> GetProject([FromQuery] QueryProjectInput input); Task<dynamic> GetProject([FromQuery] QueryProjectInput input);
Task<dynamic> QueryProjectPageList([FromQuery] PageProjectInput input); Task<dynamic> QueryProjectPageList([FromQuery] PageProjectInput input);