/**
  * @return \yii\db\ActiveQuery
  */
 public function getList()
 {
     return $this->hasOne(RecommendList::className(), ['id' => 'lid']);
 }