feat: Role 增删改查
This commit is contained in:
@@ -6,9 +6,11 @@ type ApiGroup struct {
|
||||
AuthApi
|
||||
UserApi
|
||||
ClientApi
|
||||
RoleApi
|
||||
}
|
||||
|
||||
var (
|
||||
UserService = service.ServiceGroupApp.SystemServiceGroup.UserService
|
||||
ClientService = service.ServiceGroupApp.SystemServiceGroup.ClientService
|
||||
RoleService = service.ServiceGroupApp.SystemServiceGroup.RoleService
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user