JM-WechatMini/service/app/enter.go

10 lines
122 B
Go
Raw Normal View History

2023-11-02 04:34:46 +08:00
package app
type ServiceGroup struct {
Oauth2ClientService
UserService
FavoriteService
VisionService
TodesService
}