Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into me
This commit is contained in:
commit
1459e3042e
38 changed files with 9448 additions and 2409 deletions
38
src/modules/05_placement/interface/response/Relocation.ts
Normal file
38
src/modules/05_placement/interface/response/Relocation.ts
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
interface relocationType {
|
||||
no:number,
|
||||
id: string,
|
||||
citizenId: "0000000000005",
|
||||
prefix: string,
|
||||
firstname: string,
|
||||
lastname: string,
|
||||
dateOfBirth: Date,
|
||||
gender: string,
|
||||
status: string,
|
||||
recruitDate: Date,
|
||||
positionNumber: number,
|
||||
positionPath: string,
|
||||
positionPathSide: string,
|
||||
positionType: string,
|
||||
positionLine: string,
|
||||
positionLevel: string,
|
||||
posNoId: string,
|
||||
positionId: string,
|
||||
positionPathSideId: string,
|
||||
positionTypeId: string,
|
||||
positionLineId: string,
|
||||
positionLevelId: string,
|
||||
organizationPositionId: string,
|
||||
organizationName: string,
|
||||
organizationShortName: string,
|
||||
isActive: boolean,
|
||||
reason: string,
|
||||
educationOld: string,
|
||||
salary: number,
|
||||
positionTypeOld: string,
|
||||
positionLevelOld: string,
|
||||
positionNumberOld: string,
|
||||
organizationPositionOld: string,
|
||||
createdAt: Date
|
||||
}
|
||||
|
||||
export type { relocationType};
|
||||
|
|
@ -2,8 +2,8 @@ interface officerType {
|
|||
no:number,
|
||||
id: string,
|
||||
prefix: string,
|
||||
firstName: string,
|
||||
lastName: string,
|
||||
firstname: string,
|
||||
lastname: string,
|
||||
position: string,
|
||||
posNo: string,
|
||||
positionLevel: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue