package client import "hudongzhuanjia/controllers" // 订单活动 type OrderCtl struct { controllers.BaseCtl } func (t *OrderCtl) ListGood() { }