| | |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.annotation.ValueAuth; |
| | | import com.yuanchu.mom.annotation.ValueClassify; |
| | | import com.yuanchu.mom.pojo.PageSystemLogDto; |
| | | import com.yuanchu.mom.service.SystemLogService; |
| | |
| | | public class SystemLogController { |
| | | |
| | | private SystemLogService systemLogService; |
| | | @ValueClassify("系统日志") |
| | | @ValueAuth |
| | | @ApiOperation(value = "获取系统日志列表") |
| | | @PostMapping("/selectSystemLogList") |
| | | public Result selectSystemLogList(@RequestBody Map<String, Object> data) throws Exception { |