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

8 lines
112 B
Go
Raw Normal View History

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