feat: client 增删改查
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package service
|
||||
|
||||
import "sundynix-go/service/system"
|
||||
|
||||
var ServiceGroupApp = new(ServiceGroup)
|
||||
|
||||
type ServiceGroup struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
}
|
||||
Reference in New Issue
Block a user