fix
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user