严智鑫
2024-04-09 95db3e96a9465f137fdf16540e0c5985752894c2
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 @@
//    }
}