aozhiwei 31a408fccb 1
2023-09-29 17:29:20 +08:00

12 lines
137 B
Go

package v1
import (
"main/api/v1/system"
)
type ApiGroup struct {
SystemApiGroup system.ApiGroup
}
var ApiGroupApp = new(ApiGroup)