jinlin
2024-05-28 7c723bef7e4d9aaf1ac07da4a369b28f572e551c
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/controller/TyProductModelController.java
@@ -63,7 +63,6 @@
    @GetMapping("tree")
    public Result<List<TyProductModel>> getTreeList() {
        List<TyProductModel> list = tyProductModelService.getAllTree();
        return Result.ok(list);
    }