hasOne(Unit::class,"id","unit_id"); } public function owners() { //货主 return $this->belongsToMany(Owner::class,"owner_storage_price_model_owner","owner_storage_price_model_id","owner_id"); } }