feat(REQ-3714): 枚举加上是否三方的方法
This commit is contained in:
parent
61626a7a73
commit
ddeb46cccb
@ -34,4 +34,8 @@ public enum CheckInfoTypeEnum {
|
||||
return thirdTypeMap.get(type);
|
||||
}
|
||||
|
||||
public static boolean isThirdType(CheckInfoTypeEnum type) {
|
||||
return type.getThirdType() > 0;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user