|
@@ -16,8 +16,7 @@ public enum OrgCenterTypeEnum {
|
|
MINISTRY("MINISTRY","考试院"),
|
|
MINISTRY("MINISTRY","考试院"),
|
|
AOPENG("AOPENG","奥鹏"),
|
|
AOPENG("AOPENG","奥鹏"),
|
|
PARTNER("PARTNER","合作机构"),
|
|
PARTNER("PARTNER","合作机构"),
|
|
- OTHER("OTHER","其他"),
|
|
|
|
- ;
|
|
|
|
|
|
+ OTHER("OTHER","其他");
|
|
|
|
|
|
OrgCenterTypeEnum(String typeCode, String typeName) {
|
|
OrgCenterTypeEnum(String typeCode, String typeName) {
|
|
this.typeCode = typeCode;
|
|
this.typeCode = typeCode;
|