@ -5102,6 +5102,16 @@ public class MesEnumUtil {
}
return tmp;
public static Integer descriptionOfValue(String description) {
Integer tmp = null;
for (int i = 0; i < values().length; i++) {
if (values()[i].description.equals(description)) {
tmp = values()[i].value;
/**