feat: 代码生成支持字典类型

This commit is contained in:
ray
2024-07-30 00:22:38 +08:00
parent 846a547254
commit efe4bcf3f6
6 changed files with 43 additions and 5 deletions

View File

@@ -72,4 +72,10 @@ public interface SysDictService extends IService<SysDict> {
List<Option> listDictItemsByCode(String code);
/**
* 获取字典列表
*
* @return
*/
List<Option> getDictList();
}