zainali5120
2020-10-08 0f25ef5fe5076be73cf7d40b2f0f9c3f7293eadb
src/main/java/com/xcong/excoin/modules/member/dao/AgentReturnDao.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.member.entity.AgentReturnEntity;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -12,4 +13,5 @@
    List<AgentReturnEntity> selectAllNeedMoneyReturn();
    int updateAgentReturnStatusByRefererId(@Param("isReturn") int isReturn, @Param("refererId") Long refererId);
}