[input_key1, input_key2]]. * * @var array */ public $relations = []; public function user($id) { $this->where('user_id', $id); } public function sn($sn) { $this->where('sn', $sn); } public function cate($id) { $this->where('cate_id', $id); } }