修正
This commit is contained in:
@@ -123,6 +123,14 @@ class PayrollCalculationRequest(BaseModel):
|
||||
other_allowance: Decimal = Decimal("0")
|
||||
resident_tax: Decimal = Decimal("0")
|
||||
other_deduction: Decimal = Decimal("0")
|
||||
calc_income_tax: bool = True
|
||||
calc_social_insurance: bool = True
|
||||
|
||||
|
||||
class RecalculateRequest(BaseModel):
|
||||
"""再計算リクエスト"""
|
||||
calc_income_tax: bool = True
|
||||
calc_social_insurance: bool = True
|
||||
|
||||
|
||||
class PayrollApprovalRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user