fix การแสดงข้อมูลครอบครัว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-23 15:19:44 +07:00
parent 5b661f6d55
commit 3d858a7a2f
2 changed files with 5 additions and 6 deletions

View file

@ -7,6 +7,7 @@ interface FormPerson {
job: string;
lastNameOld?: string;
statusMarital?: string;
isCouple?: boolean;
}
interface ChildrenFamily {