zqy
2024-07-07 780fa6d4016c6e616bbb4b3d29d33dbf3a40cbd6
zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
@@ -21,7 +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);
}