From 2475ec4a6b3b85b8d783890da5508740319213f4 Mon Sep 17 00:00:00 2001
From: Jinquan_Ou <Jinquan@gdut.com>
Date: 星期一, 24 四月 2023 23:27:49 +0800
Subject: [PATCH] 456
---
zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 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 53c8598..448bad5 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ZfProperty;
+import org.springframework.web.multipart.MultipartFile;
import java.util.List;
@@ -17,6 +18,11 @@
List<ZfProperty> selectByCondition(ZfProperty zfProperty);
- AjaxResult selectUserList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
+ AjaxResult selectPropertyList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
+ AjaxResult addData(ZfProperty zfProperty);
+
+ AjaxResult addData2(ZfProperty zfProperty);
+
+ AjaxResult importExcel(MultipartFile file);
}
--
Gitblit v1.9.1