zqy
2024-07-21 5749b84ae304024be1d60582bbcc4e7b44f2b50f
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);
}