api ถึงแก่กรรม
This commit is contained in:
parent
04f79de4c1
commit
c51f66c808
6 changed files with 416 additions and 92 deletions
|
|
@ -11,4 +11,9 @@ export default {
|
|||
reasonId: (retireId: string) => `${retirement}/reason/${retireId}`,
|
||||
retirement: (type: string, year: string) => `${retirement}/${type}/${year}`,
|
||||
createProfile: () => `${retirement}/profile`,
|
||||
|
||||
//RetirementDeceased ถึงแก่กรรม
|
||||
listDeceased: () => `${retirement}/deceased`,
|
||||
detailDeceased: (id: string) => `${retirement}/deceased/${id}`
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -182,4 +182,8 @@ export default {
|
|||
|
||||
profileCitizenId: (citizenId: string) => `${profile}citizenId/${citizenId}`,
|
||||
profileEmployeeIn: `${profile}information/employee`,
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue