优化
This commit is contained in:
@ -48,4 +48,8 @@ public enum RecruitApplyStatus
|
||||
return Arrays.asList(WORKING.getCode(), OUT_WORK.getCode());
|
||||
}
|
||||
|
||||
//满员
|
||||
public static List<String> getFull(){
|
||||
return Arrays.asList(WORKING.getCode(), WGZ_PASS.getCode());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user