belongsTo('Product', 'product_id', 'id');//->setEagerlyType(0); } public function user() { return $this->belongsTo('User', 'user_id', 'id');//->setEagerlyType(0); } // function getStatusList(){ // return \app\enum\WithdrawlStatus::toArray(); // } }