api สอบสวน
This commit is contained in:
parent
a211c3dabb
commit
a27f1e450c
7 changed files with 482 additions and 208 deletions
|
|
@ -11,6 +11,19 @@ interface Persons {
|
|||
organization: string; //สังกัด
|
||||
name: string;
|
||||
}
|
||||
interface PersonsArray {
|
||||
id: string; //id อ้างอิง profile
|
||||
idcard: string; //รหัสบัตรประชาชน
|
||||
prefix: string; //คำนำหน้า
|
||||
firstName: string; //ชื่อ
|
||||
lastName: string; //นามสกุล
|
||||
posNo: string; //เลขที่ตำแหน่ง
|
||||
position: string; //ตำแหน่ง
|
||||
positionLevel: string; //ระดับ
|
||||
salary: number; //เงินเดือน
|
||||
organization: string; //สังกัด
|
||||
name: string;
|
||||
}
|
||||
interface Director {
|
||||
directorId?: string;
|
||||
duty?: string;
|
||||
|
|
@ -115,4 +128,4 @@ interface DisciplinaryRef {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type { FormData, DisciplinaryRef, Persons, Director };
|
||||
export type { FormData, DisciplinaryRef, Persons, Director,PersonsArray };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue