zqy
2024-06-11 41704e538bd0402b8e8ca826404ba84f6de56fe5
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZPropertyController.java
@@ -49,6 +49,11 @@
        return zPropertyService.selectDataList(zProperty,pageNum,pageSize);
    }
    @GetMapping("/type")
    public AjaxResult listType(){
        return zPropertyService.listType();
    }
    /**
     * 根据id查询
     */