* @version : HUOSDK 7.2 */ namespace huo\model\links; use huo\model\common\CommonModel; class LinksModel extends CommonModel { protected $name = 'link'; public function getList($where){ $params['where'] = $where; return $this->getDatas($params); } }