belongsTo(StoreGoods::class,'goods_id'); } public function getPriceAttribute($value){ return round($value); } }