ส่งหนังสือเวียน
This commit is contained in:
parent
64152f72d9
commit
e39809b0d0
3 changed files with 77 additions and 50 deletions
|
|
@ -20,6 +20,8 @@ export default {
|
|||
//RetirementDeceased ถึงแก่กรรม
|
||||
listDeceased: () => `${retirement}/deceased`,
|
||||
detailDeceased: (id: string) => `${retirement}/deceased/${id}`,
|
||||
detailByidDeceased: (id: string) => `${retirement}/deceased/detail/${id}`,
|
||||
notiDeceased: (id: string) => `${retirement}/deceased/noti/${id}`,
|
||||
|
||||
// RetirementResign ระบบลาออก
|
||||
listResign: () => `${retirement}/resign`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue