ปรับ fe sprint2

This commit is contained in:
Kittapath 2023-06-19 15:50:50 +07:00
parent 8576f3c387
commit 0d6ff7be0a
83 changed files with 6932 additions and 2571 deletions

View file

@ -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;