Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into me

This commit is contained in:
Thanit Konmek 2023-08-16 12:55:27 +07:00
commit 1459e3042e
38 changed files with 9448 additions and 2409 deletions

View 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};

View file

@ -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,