add the expectJobRegExpStr field to make it can filter unrelated job

This commit is contained in:
geekgeekrun
2024-12-25 02:47:59 +08:00
parent 5184d275c3
commit 4e28fdd56e
6 changed files with 100 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
export enum MarkAsNotSuitReason {
UNKNOWN = 0,
BOSS_INACTIVE = 1,
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2,
JOB_NOT_SUIT = 3,
}