From c8aea93bb0abfa8b118b631c1edf74c031386b7e Mon Sep 17 00:00:00 2001 From: Jinquan_Ou <Jinquan@gdut.com> Date: 星期六, 18 三月 2023 11:04:21 +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