แก้ วินัย
This commit is contained in:
parent
743401b19e
commit
3cc4c2ec29
6 changed files with 38 additions and 69 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue