ปรับ fe sprint2
This commit is contained in:
parent
8576f3c387
commit
0d6ff7be0a
83 changed files with 6932 additions and 2571 deletions
|
|
@ -1,18 +1,20 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
oc: string | null;
|
||||
business: string | null;
|
||||
positionExecutive: string | null;
|
||||
positionExecutiveSide: string | null;
|
||||
dateAppoint: Date | string;
|
||||
dateStart: Date | string;
|
||||
govAge: string | null;
|
||||
govAgeAbsent: number | null;
|
||||
govAgePlus: number | null;
|
||||
level: string | null;
|
||||
positionLevel: string | null;
|
||||
posNo: string | null;
|
||||
position: string | null;
|
||||
positionPathSide: string | null;
|
||||
retireDate: string | null;
|
||||
type: string | null;
|
||||
work: string | null;
|
||||
positionType: string | null;
|
||||
positionLine: string | null;
|
||||
createdFullName: string | null;
|
||||
createdAt: Date;
|
||||
reasonSameDate: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue