From 900e07dd44ad4ea8f73a98975b839f7408739cdd Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 15 九月 2023 15:22:55 +0800
Subject: [PATCH] 修改ip为localhost

---
 zhang-content/src/main/java/com/ruoyi/service/ZPropertyService.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZPropertyService.java b/zhang-content/src/main/java/com/ruoyi/service/ZPropertyService.java
index 98b29a3..1cc6c34 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/ZPropertyService.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/ZPropertyService.java
@@ -29,4 +29,5 @@
 
     List<ZProperty> selectByCondition();
 
+    AjaxResult listType();
 }

--
Gitblit v1.9.1