src/main/java/com/xcong/excoin/modules/member/dao/AgentReturnDao.java
@@ -3,8 +3,13 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xcong.excoin.modules.member.entity.AgentReturnEntity; import java.util.List; /** * @author helius */ public interface AgentReturnDao extends BaseMapper<AgentReturnEntity> { List<AgentReturnEntity> selectAllNeedMoneyReturn(); }