hasOne('App\Commodity','id','commodity_id')->select('id','name','sku'); } public function storeCheckingReceive(){ return $this->belongsTo('App\StoreCheckingReceive','store_checking_receive_id','id'); } }