fix: send rootDna

This commit is contained in:
setthawutttty 2025-08-05 11:04:23 +07:00
parent b1421d4d1a
commit 99e127bd06
4 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@ interface FormData {
phone: string;
email: string;
qualification?:string
rootDnaId?:string
}
interface FormDataPost {
personalId: string;
@ -17,6 +18,7 @@ interface FormDataPost {
phone: string;
email: string;
qualification: string;
rootDnaId: string;
}
interface FormRef {
prefix: object | null;
@ -44,6 +46,7 @@ interface ResponsePreson {
organization: string; //สังกัด
email: string; //อีเมล
phone: string; //เบอร์โทรศัพท์
rootDnaId: string; //rootDnaId
}
interface tableType {