fix ประวัติการศึกษาบรรจุ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-16 14:20:05 +07:00
parent c4596b8998
commit 7f004f48d1
4 changed files with 27 additions and 21 deletions

View file

@ -107,8 +107,8 @@ interface Education {
durationYear: number;
finishDate: Date;
isDate: string;
startDate: Date;
endDate: Date;
startDate: Date | string;
endDate: Date | string;
positionPath: string;
isEducation: boolean;
}