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

mcj:更新导入excel表格

上级 2ef9fd60
...@@ -424,6 +424,7 @@ public class ExcelUtil { ...@@ -424,6 +424,7 @@ public class ExcelUtil {
otherApi.setApiName(api); otherApi.setApiName(api);
otherApi.setDes(remark); otherApi.setDes(remark);
otherApi.setVersion(version); otherApi.setVersion(version);
otherApi.setCode(String.valueOf(OtherApiEnum.getByName(api).getCode()));
otherApis.add(otherApi); otherApis.add(otherApi);
} }
middleware.setOtherApis(otherApis); middleware.setOtherApis(otherApis);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论