xyc
2024-06-28 195194eaa2f8e643ce6b1d696e6288404f1a06cd
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);
    }