huanghongfa
2021-05-20 50e1eb020efe8da670b718d865fa4c1eaa61ee7d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActNeighborCircleBrowseService.java
@@ -10,4 +10,11 @@
 */
public interface ComActNeighborCircleBrowseService extends IService<ComActNeighborCircleBrowseDO> {
    /**
     * 添加邻里圈浏览记录
     * @param neighborId    邻里圈id
     * @param userId    用户id
     */
    void addBrowseRecord(Long neighborId,Long userId);
}