feige
2024-08-24 8da97927452fc3485168db17d9e948f4180ee0a8
zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
@@ -21,5 +21,9 @@
    List<ZfPetNote> selectByCondition(ZfPetNote zfPetNote);
    AjaxResult getAllPetNoteByPetId(Long pid);
    AjaxResult getAllPetNoteByPetId(Integer pageNum,Integer pageSize,String pid,ZfPetNote zfPetNote);
    AjaxResult mySave(ZfPetNote zfPetNote);
    List<ZfPetNote> selectByIds(Long[] ids);
}