fei.wang
2024-04-01 e079341d79cb283855e22f8383c432d21fe68393
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();
    }
}