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

添加菜单资源配置

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