jinlin
2024-07-16 8b11f020f8fd532c3fa1f6ce7dcab3d48b057d63
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);
    }