package service import ( "github.com/google/wire" ) // 依赖注入节点 var ServiceProd = wire.NewSet( NewUserService, NewTenantService, )