wuyouming666
2024-04-19 a09c1467a90db19ec0d33531881942c5b42e23a9
UnLoadGlassModule/src/main/java/com/mes/controller/DownGlassInfoController.java
@@ -15,7 +15,12 @@
    @Autowired
    private DownGlassInfoService downGlassInfoService;
    // 获取指定ID的DownGlassInfo信息
    /**
     * @param id
     * @return
     * // 获取指定ID的DownGlassInfo信息
     */
    @GetMapping("/{id}")
    public DownGlassInfo getDownGlassInfoById(@PathVariable Integer id) {
        return downGlassInfoService.getDownGlassInfoById(id);