mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 15:35:06 +08:00
crm:code review 配置管理
This commit is contained in:
@ -109,6 +109,7 @@ public class UserController {
|
||||
return success(new PageResult<>(userList, pageResult.getTotal()));
|
||||
}
|
||||
|
||||
// TODO @芋艿:看看这里怎么统一调整下;客户的选择组件;
|
||||
@GetMapping("/all")
|
||||
@Operation(summary = "查询所有用户列表")
|
||||
public CommonResult<List<UserPageItemRespVO>> getAllUser() {
|
||||
|
Reference in New Issue
Block a user