package dorm import ( "github.com/beego/beego/v2/client/orm" ) // GetDb 获取驱动 func (c *BeegoClient) GetDb() *orm.Ormer { return c.Db }