From f97ae80d9d4b52bf9ffd186d9e4810e4f2ce0ad7 Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期日, 21 五月 2023 18:20:18 +0800 Subject: [PATCH] 66 --- 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 1b390c8..f3467a2 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java @@ -22,4 +22,6 @@ List<ZfPetNote> selectByCondition(ZfPetNote zfPetNote); AjaxResult getAllPetNoteByPetId(Long pid); + + AjaxResult mySave(ZfPetNote zfPetNote); } -- Gitblit v1.9.1