feat: client 增删改查
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
package system
|
||||
|
||||
import "sundynix-go/service"
|
||||
|
||||
type ApiGroup struct {
|
||||
LoginApi
|
||||
AuthApi
|
||||
UserApi
|
||||
ClientApi
|
||||
}
|
||||
|
||||
var (
|
||||
UserService = service.ServiceGroupApp.SystemServiceGroup.UserService
|
||||
ClientService = service.ServiceGroupApp.SystemServiceGroup.ClientService
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user