whywhyo
2023-08-14 0dc7b41e2530e7ea13066d2f17dc8bb24e4bd2dd
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);
}