This commit is contained in:
ray
2024-11-09 00:31:21 +08:00
15 changed files with 67 additions and 57 deletions

View File

@@ -35,6 +35,7 @@ public interface DictMapper extends BaseMapper<Dict> {
* @return 字典列表
*/
List<DictVO> getAllDictWithData();
}