Commit 106ee2ab by henry

删除多余的配置

1 parent 350e0ec6
...@@ -70,8 +70,4 @@ public class ArchiElementController { ...@@ -70,8 +70,4 @@ public class ArchiElementController {
public Result getEleList(@RequestBody ArchiElementDTO dto) { public Result getEleList(@RequestBody ArchiElementDTO dto) {
return Result.success(archiElementService.gtEleList(dto)); return Result.success(archiElementService.gtEleList(dto));
} }
@GetMapping("/getName")
public String getName(){
return "张三";
}
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!