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

This commit is contained in:
Kittapath 2024-06-06 18:04:30 +07:00
commit aee012fa3f
4 changed files with 290 additions and 21 deletions

View file

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