src/main/java/com/hxzk/controller/LoraGateWayController.java
@@ -32,4 +32,9 @@ loraGateWayService.deLoraGateWay(id); response.sendRedirect("/hxzkuwb/HouTai/WangGuan/WangGun.jsp"); } @GetMapping("FindGateWayList") public List<TbLoragateway> FindGateWayList(){ return loraGateWayService.FindLoraGateWayList(); } }