mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-21 08:11:14 +08:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export enum MarkAsNotSuitReason {
|
|
UNKNOWN = 0,
|
|
BOSS_INACTIVE = 1,
|
|
USER_MANUAL_OPERATION_WITH_UNKNOWN_REASON = 2,
|
|
JOB_NOT_SUIT = 3,
|
|
} |