api ทะเบียนประวัติลูกจ้างชั่วคราว
This commit is contained in:
parent
1253acd1f4
commit
987e2900c5
3 changed files with 242 additions and 3 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