ทะเบียนประวัติ: ข้อมูลที่อยู่
This commit is contained in:
parent
4c3d5c8fb8
commit
ba9fea5515
5 changed files with 510 additions and 519 deletions
|
|
@ -22,6 +22,13 @@ export default {
|
|||
profileNewProfileHisById: (dataId: string) =>
|
||||
`${registryNew}history/${dataId}`,
|
||||
|
||||
// ข้อมูลที่อยู่
|
||||
profileNewAddressByProfileId: (profileId: string) =>
|
||||
`${registryNew}address/${profileId}`,
|
||||
profileNewAddressById: (dataId: string) => `${registryNew}address/${dataId}`,
|
||||
profileNewAddressHisById: (dataId: string) =>
|
||||
`${registryNew}address/history/${dataId}`,
|
||||
|
||||
// บันทึกวันที่ไม่ได้รับเงินเดือนฯ
|
||||
profileNewNoPaid: `${registryNew}nopaid`,
|
||||
profileNewNoPaidByProfileId: (profileId: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue