Commit 7c524173 authored by zhangyingbin's avatar zhangyingbin

修改枚举

parent 1e7a517a
...@@ -31,7 +31,7 @@ public enum OrgPersonEnum { ...@@ -31,7 +31,7 @@ public enum OrgPersonEnum {
*/ */
private Integer type; private Integer type;
public static Map map = new HashMap(); public static HashMap<String,String> map= new HashMap();
static { static {
for(OrgPersonEnum orgPersonEnum:OrgPersonEnum.values()){ for(OrgPersonEnum orgPersonEnum:OrgPersonEnum.values()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment