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