huanghongfa
2021-04-26 f9d2c4dddf9e6d8d8f6eb843fd83c8e580a3e863
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActMicroWishService.java
@@ -54,4 +54,11 @@
     * @return 代办事件集合
     */
    List<TodoEventsVO> selectNeedToDo(Long communityId, Long userId);
    /**
     * 删除微心愿
     * @param id
     * @return
     */
    R deleteMicroWish(Long id);
}