Skip to content

Commit

Permalink
chore: 字典项管理日志模块调整为字典管理
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Oct 23, 2024
1 parent 03222b6 commit 60cb2e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
import top.continew.starter.extension.crud.annotation.CrudRequestMapping;
import top.continew.starter.extension.crud.controller.BaseController;
import top.continew.starter.extension.crud.enums.Api;
import top.continew.starter.log.core.annotation.Log;

/**
* 字典项管理 API
*
* @author Charles7c
* @since 2023/9/11 21:29
*/
@Log(module = "字典管理")
@Tag(name = "字典项管理 API")
@RestController
@CrudRequestMapping(value = "/system/dict/item", api = {Api.PAGE, Api.GET, Api.ADD, Api.UPDATE, Api.DELETE})
Expand Down

0 comments on commit 60cb2e3

Please sign in to comment.