chore: 重构字典管理模块

This commit is contained in:
xlsea
2025-05-10 17:35:38 +08:00
parent 83b22c9d5d
commit 1a351c1c88
19 changed files with 498 additions and 621 deletions

View File

@ -1,5 +1,6 @@
export * from './menu';
export * from './dict';
export * from './dict-data';
export * from './user';
export * from './dept';
export * from './role';