This commit is contained in:
2024-02-15 23:59:21 +08:00
parent 6c618607d8
commit b32f062594
17 changed files with 215 additions and 8 deletions

View File

@@ -12,6 +12,12 @@ import top.fatweb.oxygen.api.service.tool.IManagementService
import top.fatweb.oxygen.api.vo.PageVo
import top.fatweb.oxygen.api.vo.tool.ToolVo
/**
* Tool management controller
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
@BaseController(path = ["/system/tool"], name = "工具管理", description = "工具管理相关接口")
class ManagementController(
private val managementService: IManagementService