zqy
2024-08-20 7ff83c61a3dd3c0cbcb2b493941b03c0b375e281
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查询
     */