ทะเบียนประวัติ: เพิ่มfieldยศ+วันเดือนปีเกิด

This commit is contained in:
oat_dev 2024-03-29 10:17:44 +07:00
parent 8b99186752
commit 0530b48406
2 changed files with 145 additions and 32 deletions

View file

@ -12,6 +12,8 @@ interface FormFilter {
}
interface FormAddPerson {
birthDate: Date | null,
rank: string,
prefix: string;
firstName: string;
lastName: string;