mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-12 06:57:13 +08:00
refactor: 使用分组校验优化存储管理
This commit is contained in:
@@ -96,7 +96,6 @@ public class CommonController {
|
||||
return R.ok(roleService.listDict(query, sortQuery));
|
||||
}
|
||||
|
||||
@SaIgnore
|
||||
@Operation(summary = "查询字典", description = "查询字典列表")
|
||||
@Parameter(name = "code", description = "字典编码", example = "notice_type", in = ParameterIn.PATH)
|
||||
@GetMapping("/dict/{code}")
|
||||
|
Reference in New Issue
Block a user