refactor(user): 移除用户就业状态枚举中的审核相关选项

master
zhaokai 2026-06-22 09:48:03 +08:00
parent 0d89472b71
commit 1603a5151c
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ public enum UserEmploymentFlagEnum {
RETIREMENT(6, "退休"), RETIREMENT(6, "退休"),
LABOR_DISPATCH(7, "劳务派遣"), LABOR_DISPATCH(7, "劳务派遣"),
END_OF_LABOR_DISPATCH(8, "劳务派遣结束"), END_OF_LABOR_DISPATCH(8, "劳务派遣结束"),
ENTRY_AUDIT(11, "入职待审核"),
RESIGNATION_AUDIT(10, "离职待审核"),
; ;
private final Integer code; private final Integer code;
private final String desc; private final String desc;