zqy
2024-07-16 9a4b09e6a32b4510e1e9c4fb13d6cb90b896abe4
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查询
     */
@@ -60,7 +65,7 @@
    /**
     * 模板
     */
    @GetMapping("/model")
    @PostMapping("/model")
    public void getModel(HttpServletResponse response){
        ZProperty zProperty = new ZProperty();
        List<ZProperty> emptyList = Collections.singletonList(zProperty);