belongsTo(\app\common\model\custom\Custom::class, 'customer_id'); } public function document() { return $this->belongsTo(\app\common\model\bid\BidBuyBiddingDocument::class, 'buy_bidding_document_id'); } public function org() { return $this->hasOne(\app\common\model\dept\Orgs::class, 'id', 'org_id'); } public function dept() { return $this->hasOne(\app\common\model\dept\Dept::class, 'id', 'dept_id'); } }