wzy
2020-07-17 ca27c0a260a8cd728d278af16fb234ae089dc1c6
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);
}