系统管理-组织机构分页接口
This commit is contained in:
@ -79,7 +79,7 @@ public interface SystemClient {
|
|||||||
BaseResponse<List<SysOrgVO>> queryAll(@SpringQueryMap SysOrg sysOrg);
|
BaseResponse<List<SysOrgVO>> queryAll(@SpringQueryMap SysOrg sysOrg);
|
||||||
|
|
||||||
@ApiOperation("查询分页数据")
|
@ApiOperation("查询分页数据")
|
||||||
@PostMapping("/getPage")
|
@PostMapping("/v1/sysorg/getPage")
|
||||||
BaseResponse<IPage<SysOrg>> getOrgPage(@ApiParam(value = "对象数据", required = true) @RequestBody SysOrgVO sysOrgVO);
|
BaseResponse<IPage<SysOrg>> getOrgPage(@ApiParam(value = "对象数据", required = true) @RequestBody SysOrgVO sysOrgVO);
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
|
Reference in New Issue
Block a user