'decimal:2', 'position_salary' => 'decimal:2', 'performance' => 'decimal:2', 'overtime_pay' => 'decimal:2', 'subsidy' => 'decimal:2', 'social_insurance' => 'decimal:2', 'housing_fund' => 'decimal:2', 'tax' => 'decimal:2', 'absence_deduction' => 'decimal:2', 'other_deduction' => 'decimal:2', 'actual_amount' => 'decimal:2', 'status' => 'integer', 'confirmed_at' => 'datetime', 'paid_at' => 'datetime', ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }