系统日志/业务日志

This commit is contained in:
cwchen 2024-02-29 11:04:42 +08:00
parent ce8a3760e3
commit d8a19437ff
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class UserController extends BaseController {
@ApiOperation(value = "获取用户列表") @ApiOperation(value = "获取用户列表")
@GetMapping("getUserLists") @GetMapping("getUserLists")
@Log(title = "系统管理", menu = "系统管理->用户管理", grade = OperationType.QUERY_SYS, details = "查询用户", type = "系统日志")
public TableDataInfo getUserLists(UserDto dto) { public TableDataInfo getUserLists(UserDto dto) {
startPage(); startPage();
List<UserVo> list = service.getUserLists(dto); List<UserVo> list = service.getUserLists(dto);