8 lines
175 B
Go
8 lines
175 B
Go
package category
|
|
|
|
import "git.echol.cn/loser/lckt/service"
|
|
|
|
type ApiGroup struct{ CategoryApi }
|
|
|
|
var catService = service.ServiceGroupApp.CategoryServiceGroup.CategoryService
|