whywhyo
2023-07-25 0345d46de590a980d1d18e48f33ef42302cee0bb
zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
@@ -21,5 +21,7 @@
    List<ZfPetNote> selectByCondition(ZfPetNote zfPetNote);
    AjaxResult getAllPetNoteByPetId(Long pid);
    AjaxResult getAllPetNoteByPetId(Integer pageNum,Integer pageSize,String pid,ZfPetNote zfPetNote);
    AjaxResult mySave(ZfPetNote zfPetNote);
}