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