แก้ วินัย

This commit is contained in:
setthawutttty 2024-01-17 10:08:35 +07:00
parent 743401b19e
commit 3cc4c2ec29
6 changed files with 38 additions and 69 deletions

View file

@ -6,6 +6,7 @@ interface FormData {
position: string;
phone: string;
email: string;
qualification: string
}
interface FormDataPost {
personalId: string
@ -15,6 +16,7 @@ interface FormDataPost {
position: string;
phone: string;
email: string;
qualification: string;
}
interface FormRef {
prefix: object | null;
@ -43,9 +45,9 @@ interface ResponsePreson {
organization: string; //สังกัด
email: string; //อีเมล
phone: string; //เบอร์โทรศัพท์
}
}
interface tableType {
interface tableType {
personId: string;
idcard: string;
prefix: string;
@ -56,7 +58,7 @@ interface ResponsePreson {
organization: string;
salary: string;
name: string;
}
}
export type {
FormData,