whywhyo
2023-09-18 e74dfb6d6ef7a01aa6ed31d042648ee520c34157
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);
}