refactor: 字典模块重构

This commit is contained in:
Ray.Hao
2025-03-24 07:24:32 +08:00
parent b080d11853
commit 60f94fdf7f
24 changed files with 264 additions and 277 deletions

View File

@@ -29,13 +29,6 @@ public interface DictMapper extends BaseMapper<Dict> {
*/
Page<DictPageVO> getDictPage(Page<DictPageVO> page, DictPageQuery queryParams);
/**
* 获取字典列表(包含字典数据)
*
* @return 字典列表
*/
List<DictVO> getAllDictWithData();
}