基础架构变更 增加模块化

This commit is contained in:
pixel
2021-07-17 14:18:52 +08:00
parent b5c1babec9
commit c7de76b849
95 changed files with 1283 additions and 714 deletions

View File

@@ -0,0 +1,19 @@
package system
type ServiceGroup struct {
JwtService
ApiService
AuthorityService
AutoCodeService
AutoCodeHistoryService
BaseMenuService
CasbinService
DictionaryService
DictionaryDetailService
EmailService
InitDBService
MenuService
OperationRecordService
SystemConfigService
UserService
}