แก้ไข component ทะเบียนประวัติ
This commit is contained in:
parent
98bcbe1bb1
commit
6730765a42
54 changed files with 3659 additions and 32 deletions
23
src/components/information/interface/response/Government.ts
Normal file
23
src/components/information/interface/response/Government.ts
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
oc: string | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutiveSide: string | null;
|
||||
dateAppoint: Date | string;
|
||||
dateStart: Date | string;
|
||||
govAge: string | null;
|
||||
govAgeAbsent: number | null;
|
||||
govAgePlus: number | null;
|
||||
positionLevel: string | null;
|
||||
posNo: string | null;
|
||||
position: string | null;
|
||||
positionPathSide: string | null;
|
||||
retireDate: string | null;
|
||||
positionType: string | null;
|
||||
positionLine: string | null;
|
||||
createdFullName: string | null;
|
||||
createdAt: Date;
|
||||
reasonSameDate: string | null;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue