You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
290 B

  1. package system
  2. type ServiceGroup struct {
  3. JwtService
  4. ApiService
  5. AuthorityService
  6. AutoCodeService
  7. AutoCodeHistoryService
  8. BaseMenuService
  9. CasbinService
  10. DictionaryService
  11. DictionaryDetailService
  12. InitDBService
  13. MenuService
  14. OperationRecordService
  15. SystemConfigService
  16. UserService
  17. }