| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoSe.SeCardOperate; |
| | | import com.dy.pipIrrGlobal.voSe.*; |
| | | import com.dy.pipIrrGlobal.voSt.VoClient; |
| | | import com.dy.pipIrrGlobal.voSt.VoClientOpenCardCount; |
| | | import com.dy.pipIrrGlobal.voSt.VoClientRechargeTotal; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | */ |
| | | List<VoRecharge> getRecharges(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 获取充值记录数量,管理平台充值列表使用,APP未使用 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long getRechargesCountNew(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 获取充值记录,管理平台充值列表使用,APP未使用 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoRechargeNew> getRechargesNew(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 获取返还记录数量,管理平台充值列表使用 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long getRefundsCount(Map<?, ?> params); |
| | | /** |
| | | * 获取返还记录,管理平台充值列表使用 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoRefund> getRefunds(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 根据指定条件获取交易记录数 |