Add SysLog

This commit is contained in:
2023-10-18 01:47:42 +08:00
parent 0efbdde2a7
commit 63daa8d801
7 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
package top.fatweb.api.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 系统日志表 前端控制器
* </p>
*
* @author FatttSnake
* @since 2023-10-18
*/
@RestController
@RequestMapping("/api/sysLog")
class SysLogController