kra/internal/server/router/example/enter.go

9 lines
137 B
Go

package example
// RouterGroup Example路由组
type RouterGroup struct {
FileUploadRouter
CustomerRouter
AttachmentCategoryRouter
}