Helius
2020-10-14 766809fd2a74e23170cc567311e2a06d70d9febe
src/main/java/com/xcong/excoin/modules/agent/mapper/AgentFriendRelationMapper.java
@@ -11,4 +11,6 @@
public interface AgentFriendRelationMapper extends BaseMapper<AgentFriendRelationEntity> {
    AgentFriendRelationEntity selectAgentFriendRelationByUserId(@Param("userId") Long userId);
    int updateByUserId(@Param("record") AgentFriendRelationEntity agentFriendRelationEntity);
}