| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | List<DappMemberEntity> selectAgentMemberList(@Param("list") List<String> inviteIds, @Param("size") Integer size); |
| | | |
| | | List<DappMemberEntity> selectParentsList(@Param("list") List<String> inviteIds, @Param("size") Integer size); |
| | | |
| | | BigDecimal selectAllBalance(@Param("accountType") String accountType); |
| | | |
| | | List<DappMemberEntity> selectMemberByAccountType(@Param("accountType") String accountType); |
| | | } |