优化
This commit is contained in:
@ -10,6 +10,7 @@ import java.util.List;
|
||||
*/
|
||||
public enum AuditStatus
|
||||
{
|
||||
UNREAD("0","未读"),
|
||||
AUDIT("1", "审核中"),
|
||||
PASS("2", "已审核"),
|
||||
REFUSE("3", "未通过"),
|
||||
|
@ -43,4 +43,9 @@ public enum RecruitApplyStatus
|
||||
return Arrays.asList(BGT_PASS.getCode(),WGZ_PASS.getCode(),WORKING.getCode(), OUT_WORK.getCode());
|
||||
}
|
||||
|
||||
//进场和立场
|
||||
public static List<String> getWorkStatus(){
|
||||
return Arrays.asList(WORKING.getCode(), OUT_WORK.getCode());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user