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