yanghui
2022-10-27 28e8b38e9de8cc76084d0af6a96d2d9d1e1f739f
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActMicroWishService.java
@@ -100,4 +100,11 @@
     * @return  处理人列表
     */
    R wishHandleListAdmin(Long communityId,Integer type);
    /**
     * 社区后台分页查询微心愿
     * @param comActMicroWishVO 请求参数
     * @return  微心愿列表
     */
    R pageMicroWishAdmin(ComActMicroWishVO comActMicroWishVO);
}