This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui
1 year ago
parent
0f5e3a19be
commit
f732cb7cf6
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/app/api/salarys/index.ts
+ 3
- 3
src/app/api/salarys/index.ts
View File
@@ -5,11 +5,11 @@ import "server-only";
export interface SalaryResult {
id: number;
lowerLimit:
S
tring;
upperLimit:
S
tring;
lowerLimit:
s
tring;
upperLimit:
s
tring;
salaryPoint: number;
salary: number;
hourlyRate:
S
tring;
hourlyRate:
s
tring;
}
export const preloadSalarys = () => {
Write
Preview
Loading…
Cancel
Save