api ทะเบียนประวัติลูกจ้างชั่วคราว

This commit is contained in:
Bright 2024-06-06 17:53:03 +07:00
parent 1253acd1f4
commit 987e2900c5
3 changed files with 242 additions and 3 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 ;
};