Exemple #1
0
 public function getGoods()
 {
     return $this->hasOne(Goods::className(), ['good_id' => 'good_id']);
 }