This commit is contained in:
admin
2026-03-04 23:20:42 +09:00
parent 99d16d8219
commit 31a64d5b59
11 changed files with 674 additions and 201 deletions

View File

@@ -32,6 +32,7 @@ class VoucherDataSummary(BaseModel):
employee_id: int
employee_code: str
employee_name: str
employment_type: Optional[str] = None
has_salary_data: bool
has_bonus_data: bool
salary_count: int = 0