ขอแก้ไขทะเบียนประวัติ mapping และปรับ format ข้อมูล
This commit is contained in:
parent
f36e8e720c
commit
0d769363a4
2 changed files with 97 additions and 28 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface RequestObject {
|
||||
birthDate: Date | null;
|
||||
birthDate: Date | null | string;
|
||||
bloodGroup: string | null;
|
||||
citizenId: string;
|
||||
// email: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue