系统管理-组织机构分页接口

This commit is contained in:
efren
2025-08-08 13:12:02 +08:00
parent 47cd086123
commit ccc300faa4

View File

@ -79,7 +79,7 @@ public interface SystemClient {
BaseResponse<List<SysOrgVO>> queryAll(@SpringQueryMap SysOrg sysOrg);
@ApiOperation("查询分页数据")
@PostMapping("/getPage")
@PostMapping("/v1/sysorg/getPage")
BaseResponse<IPage<SysOrg>> getOrgPage(@ApiParam(value = "对象数据", required = true) @RequestBody SysOrgVO sysOrgVO);
@Configuration