系统管理,集团用户详细接口封装

This commit is contained in:
efren
2025-07-16 13:51:04 +08:00
parent bb606396e0
commit af6ac36e4f

View File

@ -25,7 +25,11 @@ import org.springframework.context.annotation.Configuration;
)
public interface SystemClient {
// -----------------------用户接口-----------------------
// -----------------------集团用户接口-----------------------
@GetMapping("/v1/sysuser/{id}")
BaseResponse<SysUser> getUser(@PathVariable String id);
@ApiOperation("分页查询用户信息")
@PostMapping("/v1/sysuser/getPage")
BaseResponse<Page<SysUser>> getUserPage(