updated
This commit is contained in:
parent
4f7d0cee99
commit
f448dcb869
2 changed files with 68 additions and 46 deletions
|
|
@ -1,27 +1,27 @@
|
|||
interface FormMain {
|
||||
ocId: string
|
||||
positionId: string
|
||||
positionLine: string
|
||||
positionLevel: string
|
||||
numberId: string
|
||||
positionExecutive: string
|
||||
positionExecutiveSide: string
|
||||
positionType: string
|
||||
positionPathSide: string
|
||||
ocId: string;
|
||||
positionId: string;
|
||||
positionLine: string;
|
||||
positionLevel: string;
|
||||
numberId: string;
|
||||
positionExecutive: string;
|
||||
positionExecutiveSide: string;
|
||||
positionType: string;
|
||||
positionPathSide: string;
|
||||
|
||||
containDate: any
|
||||
workDate: any
|
||||
reasonSameDate: string
|
||||
retireDate: any
|
||||
ageAll: GovAgeForm
|
||||
absent: number
|
||||
age: number
|
||||
containDate: any;
|
||||
workDate: any;
|
||||
reasonSameDate: string;
|
||||
retireDate: any;
|
||||
ageAll: GovAgeForm;
|
||||
absent: number;
|
||||
age: number;
|
||||
[key: string]: any;
|
||||
}
|
||||
interface GovAgeForm {
|
||||
year: number,
|
||||
month: number,
|
||||
day: number
|
||||
year: number;
|
||||
month: number;
|
||||
day: number;
|
||||
}
|
||||
|
||||
interface MyObjectRef {
|
||||
|
|
@ -32,8 +32,8 @@ interface MyObjectRef {
|
|||
}
|
||||
|
||||
interface RequestItemsHistoryObject {
|
||||
lastUpdatedAt: Date,
|
||||
lastUpdateFullName: string,
|
||||
lastUpdatedAt: Date;
|
||||
lastUpdateFullName: string;
|
||||
oc: string | null;
|
||||
position: string | null;
|
||||
positionPathSide: string | null;
|
||||
|
|
@ -45,7 +45,8 @@ interface RequestItemsHistoryObject {
|
|||
positionExecutiveSide: string | null;
|
||||
dateAppoint: Date;
|
||||
dateStart: Date;
|
||||
retireDate: string | null;
|
||||
dateRetire: string | null;
|
||||
dateRetireLaw: string | null;
|
||||
govAge: string | null;
|
||||
govAgeAbsent: string | null;
|
||||
govAgePlus: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue