ดักค่าว่าง การออกคำสั่ง บรรจุ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-29 11:53:56 +07:00
parent c072e8dc61
commit eba56761ce
10 changed files with 776 additions and 232 deletions

View file

@ -19,6 +19,13 @@ interface ResponseRow {
statusText: string;
createdAt: Date | null;
dateText: string | null;
educationOld: string
organizationPositionOld: string
positionTypeOld: string
positionLevelOld: string
positionNumberOld: string
amountOld: number
}
interface ResponseData {
@ -55,6 +62,7 @@ interface ResponseData {
recruitDate: Date;
salary: number;
status: string;
amountOld: number
}
export type { ResponseTitle, ResponseData, ResponseRow };