component ทะเบียนประวัติ

This commit is contained in:
STW_TTTY\stwtt 2024-03-28 11:32:03 +07:00
parent f641472552
commit e7d7239923
3 changed files with 427 additions and 1 deletions

View file

@ -27,7 +27,7 @@ interface PersonalImformation {
firstName: string;
lastName: string;
birthDate: string | null;
age: string;
age: any;
gender: string;
}