Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
aee012fa3f
4 changed files with 290 additions and 21 deletions
|
|
@ -721,3 +721,18 @@ export type UpdateProfileAddressEmployee = {
|
|||
currentSubDistrictId?: string | null;
|
||||
currentZipCode?: string | null;
|
||||
};
|
||||
|
||||
export type UpdatePositionTempProfileEmployee = {
|
||||
posmasterId: string ;
|
||||
node: number ;
|
||||
nodeId: string ;
|
||||
orgRevisionId: string ;
|
||||
positionId: string ;
|
||||
posMasterNo: string ;
|
||||
position: string ;
|
||||
positionField: string ;
|
||||
posTypeId: string | null;
|
||||
posTypeName: string ;
|
||||
posLevelId: string | null;
|
||||
posLevelName: string ;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue