Skip to content

Commit

Permalink
refactor: 优化字典 Controller CRUD 注解使用
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Nov 27, 2023
1 parent ce5a2ec commit 8c1c4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
*/
@Tag(name = "字典管理 API")
@RestController
@CrudRequestMapping(value = "/system/dict", api = {Api.PAGE, Api.GET, Api.ADD, Api.UPDATE, Api.DELETE, Api.EXPORT})
@CrudRequestMapping("/system/dict")
public class DictController extends BaseController<DictService, DictResp, DictDetailResp, DictQuery, DictReq> {}

0 comments on commit 8c1c4b0

Please sign in to comment.