API ข้อมูลการจ้าง
This commit is contained in:
parent
1f18b1257e
commit
95e02c21ec
4 changed files with 51 additions and 9 deletions
|
|
@ -184,7 +184,11 @@ export default {
|
|||
profileCitizenId: (citizenId: string) => `${profile}citizenId/${citizenId}`,
|
||||
profileEmployeeIn: `${profile}information/employee`,
|
||||
|
||||
profileHistory: (type: string) => `${profile}search/history/oc/${type}`
|
||||
profileHistory: (type: string) => `${profile}search/history/oc/${type}`,
|
||||
|
||||
//ระบบ ลูกจ้างชั่คราว
|
||||
employmentId: (profileId: string) => `${profile}employment/${profileId}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue