pms/server/plugin/organization/service/enter.go

8 lines
115 B
Go
Raw Normal View History

2024-08-07 12:45:01 +08:00
package service
type ServiceGroup struct {
OrganizationService
}
var ServiceGroupApp = new(ServiceGroup)