提交 17667656 authored 作者: 马晨俊's avatar 马晨俊

mcj:

修复导入excel问题
上级 0a2950d0
...@@ -54,6 +54,7 @@ public enum OtherApiEnum { ...@@ -54,6 +54,7 @@ public enum OtherApiEnum {
OtherApiEnum(Integer code, String name,Integer other) { OtherApiEnum(Integer code, String name,Integer other) {
this.code = code; this.code = code;
this.name = name; this.name = name;
this.other=other;
} }
public static OtherApiEnum getByName(String name){ public static OtherApiEnum getByName(String name){
OtherApiEnum otherApiEnum = otherApiEnumMap.get(name); OtherApiEnum otherApiEnum = otherApiEnumMap.get(name);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论