示例#1
0
文件: Items.php 项目: kotmonstr/gitar
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBrend()
 {
     return $this->hasOne(Brend::className(), ['id' => 'brend_id']);
 }