证照办理默认值调整为鲜丰获取
This commit is contained in:
@@ -34,4 +34,13 @@ public enum LicenseTypeEnum {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public static LicenseTypeEnum matchName(String name) {
|
||||
for (LicenseTypeEnum type : LicenseTypeEnum.values()) {
|
||||
if (type.getMessage().equals(name)) {
|
||||
return type;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user