fixing bug
This commit is contained in:
parent
1680f26414
commit
dcfe03737b
3 changed files with 6 additions and 4 deletions
|
|
@ -33,7 +33,8 @@ interface typeOp {
|
|||
}
|
||||
|
||||
interface ResponsePreson {
|
||||
personId: string; //id อ้างอิง profile
|
||||
id?: string; //id อ้างอิง profile
|
||||
personId?: string; //id อ้างอิง profile
|
||||
idcard: string; //เลขประจำตัวประชาชน
|
||||
prefix: string; //คำนำหน้า
|
||||
firstName: string; //ชื่อ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue