whywhyo
2023-08-05 c3a3fd61c88e008fa7857b748c227be46e8a76e5
zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java
@@ -24,4 +24,6 @@
    AjaxResult getAllPetNoteByPetId(Integer pageNum,Integer pageSize,String pid,ZfPetNote zfPetNote);
    AjaxResult mySave(ZfPetNote zfPetNote);
    List<ZfPetNote> selectByIds(Long[] ids);
}