whywhyo
2023-08-01 627a31505ddd81c542a9a2c4b8ed114eee176a54
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZPropertyController.java
@@ -60,7 +60,7 @@
    /**
     * 模板
     */
    @GetMapping("/model")
    @PostMapping("/model")
    public void getModel(HttpServletResponse response){
        ZProperty zProperty = new ZProperty();
        List<ZProperty> emptyList = Collections.singletonList(zProperty);