示例#1
0
文件: Car.php 项目: Ent-ch/stock_auto
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getModel()
 {
     return $this->hasOne(CatModel::className(), ['id' => 'model_id']);
 }