เลขบัตร กับ เบอร์ limit type เป็น int อย่างเดียว
แก้ไขสามารถบันทึก แก้ไขข้อมูลได้ เลขบัตร กับ เบอร์ limit typt เป็น int อย่างเดียวแล้ว
This commit is contained in:
parent
b5c6c83d62
commit
db2ee3d01e
3 changed files with 12 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ interface Information {
|
|||
nationality: string | null
|
||||
ethnicity: string | null
|
||||
religionId: string | null
|
||||
tel: string | null
|
||||
tel: int | null
|
||||
phone: string | null
|
||||
email: string | null
|
||||
province: string | null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue