示例#1
0
文件: Basket.php 项目: Griff19/altbur
 public function getGoods()
 {
     return $this->hasOne(Goods::className(), ['good_id' => 'good_id']);
 }