From cdf2aa0d36c5eab18cb15b0490cddce574017d66 Mon Sep 17 00:00:00 2001 From: Jinquan_Ou <Jinquan@gdut.com> Date: 星期日, 19 三月 2023 17:47:26 +0800 Subject: [PATCH] 修改下载 --- zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java b/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java index e6a397f..98e6878 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java @@ -16,6 +16,9 @@ */ public interface IZfPropertyService extends IService<ZfProperty> { + + List<ZfProperty> selectByCondition(ZfProperty zfProperty); + AjaxResult selectUserList(ZfProperty zfProperty,Integer pageNum,Integer pageSize); } -- Gitblit v1.9.1