ทะเบียนประวัติ: ประวัติการศึกษา clean code+แก้การคำนวนปี
This commit is contained in:
parent
ed227359d1
commit
8aa9e2be13
2 changed files with 162 additions and 233 deletions
|
|
@ -1,4 +1,5 @@
|
|||
interface RequestItemsObject {
|
||||
profileId: string
|
||||
educationLevel: string;
|
||||
institute: string;
|
||||
startYear: number;
|
||||
|
|
@ -16,6 +17,11 @@ interface RequestItemsObject {
|
|||
duration: string;
|
||||
durationYear: number | null;
|
||||
note: string;
|
||||
educationLevelId: string,
|
||||
positionPath: string,
|
||||
positionPathId: string,
|
||||
isActive: boolean,
|
||||
isDate: boolean
|
||||
}
|
||||
|
||||
export type { RequestItemsObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue