From 1dfe61fdf1b36061871ead5337172801e64df201 Mon Sep 17 00:00:00 2001
From: Jinquan_Ou <Jinquan@gdut.com>
Date: 星期一, 03 四月 2023 16:07:36 +0800
Subject: [PATCH] 魅宠、家庭小医生1.0

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

diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
index 8ac0e43..1b390c8 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
@@ -2,7 +2,10 @@
 
 
 import com.baomidou.mybatisplus.extension.service.IService;
+import com.ruoyi.common.core.domain.AjaxResult;
 import com.ruoyi.domain.ZfPetNote;
+
+import java.util.List;
 
 /**
  * <p>
@@ -14,4 +17,9 @@
  */
 public interface ZfPetNoteService extends IService<ZfPetNote> {
 
+    AjaxResult selectPetNoteList(ZfPetNote zfPetNote, Integer pageNum, Integer pageSize);
+
+    List<ZfPetNote> selectByCondition(ZfPetNote zfPetNote);
+
+    AjaxResult getAllPetNoteByPetId(Long pid);
 }

--
Gitblit v1.9.1