wzy
2020-10-15 396eb7eac27d0bcb9466337b3a89977b2607890c
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);
}