Merge branch 'develop' into nice_dev
This commit is contained in:
commit
42c0eb669f
11 changed files with 604 additions and 346 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