add salary filter ui

This commit is contained in:
geekgeekrun
2025-06-01 21:41:09 +08:00
parent 2f3a557fb5
commit 8dc8ca825d
4 changed files with 376 additions and 49 deletions

View File

@@ -16,3 +16,8 @@ export enum StrategyScopeOptionWhenMarkJobNotMatch {
ALL_JOB = 1,
ONLY_COMPANY_MATCHED_JOB = 2
}
export enum SalaryCalculateWay {
MONTH_SALARY = 1,
ANNUAL_PACKAGE = 2
}