refactor: 代码优化

This commit is contained in:
haoxr
2024-12-01 21:30:09 +08:00
parent 4fba72d336
commit 631025e540
10 changed files with 106 additions and 96 deletions

View File

@@ -46,7 +46,7 @@ public class DictController {
return PageResult.success(result);
}
@Operation(summary = "字典列表")
@Operation(summary = "所有字典列表")
@GetMapping("/list")
public Result<List<DictVO>> getAllDictWithData() {
List<DictVO> list = dictService.getAllDictWithData();