示例#1
0
文件: TTovar.php 项目: kd-brinex/kd
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBaskets()
 {
     return $this->hasMany(Basket::className(), ['tovar_id' => 'id']);
 }