api รอบการขึ้นเงินเดือน
This commit is contained in:
parent
d9a1462cfc
commit
2a88403f6a
5 changed files with 746 additions and 5 deletions
|
|
@ -15,5 +15,6 @@ export default {
|
|||
/** รายการอัตราเงินเดือน*/
|
||||
salaryRateList: salaryRate,
|
||||
salaryRateListByid: (id: string) => `${salaryRate}/${id}`,
|
||||
salaryReportByid:(id:string) => `${salary}/report/${id}`
|
||||
salaryReportByid: (id: string) => `${salary}/report/${id}`,
|
||||
salaryPeriod: () => `${salary}/period`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue