feige
2024-02-24 088e8db2bc8f0869bdc2494864992e756eb0e461
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);
}