'decimal:6', 'waste_rate' => 'decimal:6', ]; public function template() { return $this->belongsTo(BomTemplate::class, 'bom_template_id'); } }