|
|
@ -49,7 +49,7 @@ public enum FlowComment { |
|
|
|
public String getRemark() { |
|
|
|
return remark; |
|
|
|
} |
|
|
|
public static String getValueByName(String type){ |
|
|
|
public static String getRemarkByType(String type){ |
|
|
|
for(FlowComment f : FlowComment.values()){ |
|
|
|
if(type.equals(f.type)){ |
|
|
|
return f.getRemark(); |
|
|
|