goweb-gin-demo/server/service/wt/enter.go

9 lines
129 B
Go
Raw Normal View History

2021-11-04 19:39:59 +08:00
package wt
type WtServiceGroup struct {
WtReportsService
WtTemplateService
WtCommentService
WtRuleService
2021-11-08 15:12:15 +08:00
WtOutputService
}