From c7e5ab1d0b242a3ccf9cec1255a4d773bbbdf142 Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期一, 18 九月 2023 23:17:29 +0800 Subject: [PATCH] 7156 --- zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java | 2 ++ 1 files changed, 2 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 ca41b7c..9edaa01 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java @@ -24,4 +24,6 @@ AjaxResult getAllPetNoteByPetId(Integer pageNum,Integer pageSize,String pid,ZfPetNote zfPetNote); AjaxResult mySave(ZfPetNote zfPetNote); + + List<ZfPetNote> selectByIds(Long[] ids); } -- Gitblit v1.9.1