zhaozhengjie
2022-09-09 8cdaf6e5eacd24f6f0691ef8b430c43339f4ac5e
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActEasyPhotoService.java
@@ -186,4 +186,18 @@
     * @return 社区待处理随手拍id集合
     */
    R easyPhotoNoHandleList(Long communityId);
    /**
     * 获取人大代表反馈记录
     * @param id
     * @return
     */
    R getFeedbackList(Long id);
    /**
     * 人大代表反馈随手拍
     * @param comActEasyPhotoVO
     * @return
     */
    R addEasyPhotoFeedbackForDpc(ComActEasyPhotoVO comActEasyPhotoVO);
}