Commit 48d71314 authored by 赵啸非's avatar 赵啸非

添加菜单资源配置

parent 50e1624d
...@@ -14,11 +14,11 @@ public enum MethodNameEnum { ...@@ -14,11 +14,11 @@ public enum MethodNameEnum {
logicDelete("logicDelete", "逻辑删除"), logicDelete("logicDelete", "逻辑删除"),
saveOrUpdate("save", "保存更新"), saveOrUpdate("save", "保存更新"),
batchSave("batchSave", "批量保存更新"), batchSave("batchSave", "批量保存更新"),
info("info", "查看"), info("info", "详细"),
exportExcel("exportExcel", "导出excel"), exportExcel("exportExcel", "导出excel"),
importData("importData", "导入excel"), importData("importData", "导入excel"),
downloadTemplate("downloadTemplate", "下载模板"), downloadTemplate("downloadTemplate", "下载模板"),
view("view", "查看"); view("view", "详情");
private String value; private String value;
private String desc; private String desc;
......
...@@ -49,7 +49,6 @@ public class ControllerScanUtil { ...@@ -49,7 +49,6 @@ public class ControllerScanUtil {
continue; continue;
} }
//获取controller类, //获取controller类,
Method substringMethod = null; Method substringMethod = null;
String result = ""; String result = "";
try { try {
......
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