예제 #1
0
파일: InvestList.php 프로젝트: suyuanen/p2p
 public function getInvest()
 {
     return $this->hasOne(Invest::className(), ['id' => 'invest_id']);
 }