ทะเบียนประวัติ: เพิ่มfieldยศ+วันเดือนปีเกิด
This commit is contained in:
parent
8b99186752
commit
0530b48406
2 changed files with 145 additions and 32 deletions
|
|
@ -12,6 +12,8 @@ interface FormFilter {
|
|||
}
|
||||
|
||||
interface FormAddPerson {
|
||||
birthDate: Date | null,
|
||||
rank: string,
|
||||
prefix: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue