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

8 lines
110 B
Go
Raw Normal View History

2024-08-07 12:45:01 +08:00
package router
type RouterGroup struct {
OrganizationRouter
}
var RouterGroupApp = new(RouterGroup)