Beispiel #1
0
 public function getBidGoods()
 {
     return $this->hasMany(BidGoods::className(), ['bidid' => 'bidid']);
 }