严智鑫
2024-04-22 2027077e00eff0b9fa6b0f68f803a9780f065e21
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 @@
//    }
}