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.

19 lines
304 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. EmailService
  13. InitDBService
  14. MenuService
  15. OperationRecordService
  16. SystemConfigService
  17. UserService
  18. }