add jobDetailRegExpMatchLogic option in UI

This commit is contained in:
geekgeekrun
2025-06-29 04:32:28 +08:00
parent 98b99c5d14
commit d5dcdb4bd1
4 changed files with 44 additions and 3 deletions

View File

@@ -22,4 +22,9 @@ export enum StrategyScopeOptionWhenMarkJobNotMatch {
export enum SalaryCalculateWay {
MONTH_SALARY = 1,
ANNUAL_PACKAGE = 2,
}
}
export enum JobDetailRegExpMatchLogic {
EVERY = 1,
SOME = 2,
}