优化
This commit is contained in:
@ -17,6 +17,7 @@ public enum RecruitApplyStatus
|
||||
WGZ_REFUSE("4", "务工者拒绝"),
|
||||
WORKING("5", "进场"),
|
||||
OUT_WORK("6", "离场"),
|
||||
CANCEL("7", "取消"),
|
||||
;
|
||||
|
||||
private final String code;
|
||||
@ -57,4 +58,9 @@ public enum RecruitApplyStatus
|
||||
public static List<String> getFile(){
|
||||
return Arrays.asList(WORKING.getCode(), WGZ_PASS.getCode());
|
||||
}
|
||||
|
||||
//其他
|
||||
public static List<String> other(){
|
||||
return Arrays.asList(BGT_REFUSE.getCode(), WGZ_REFUSE.getCode(),CANCEL.getCode());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user