| | |
| | | package com.ruoyi.project.system.controller;
|
| | |
|
| | | import java.util.List;
|
| | | import javax.servlet.http.HttpServletResponse;
|
| | | import jakarta.servlet.http.HttpServletResponse;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.security.access.prepost.PreAuthorize;
|
| | | import org.springframework.validation.annotation.Validated;
|
| | |
| | |
|
| | | @Autowired
|
| | | private TokenService tokenService;
|
| | | |
| | |
|
| | | @Autowired
|
| | | private SysPermissionService permissionService;
|
| | | |
| | |
|
| | | @Autowired
|
| | | private ISysUserService userService;
|
| | |
|