UnLoadGlassModule/src/main/java/com/mes/controller/DownGlassInfoController.java
@@ -15,11 +15,18 @@ @Autowired private DownGlassInfoService downGlassInfoService; // 获取指定ID的DownGlassInfo信息 /** * @param id * @return * // 获取指定ID的DownGlassInfo信息 */ @GetMapping("/{id}") public DownGlassInfo getDownGlassInfoById(@PathVariable Integer id) { return downGlassInfoService.getDownGlassInfoById(id); } // @GetMapping("/messages") // public String getMessages() throws IOException, TimeoutException { @@ -33,4 +40,6 @@ // } }