| | |
| | | package com.thhy.secure.modules.biz.integralAccount.mapper; |
| | | |
| | | import com.thhy.secure.modules.biz.integralAccount.entity.IntegralAccountEntity; |
| | | import com.thhy.secure.modules.biz.integralAccount.entity.IntegralDetailDto; |
| | | import com.thhy.secure.modules.biz.integralAccount.entity.IntegralDetailEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<IntegralDetailEntity> selectPageList(Map map); |
| | | List<IntegralDetailDto> selectPageInfoList(Map map); |
| | | |
| | | /** |
| | | * 积分超市删除 |
| | |
| | | * @param map |
| | | * @return |
| | | */ |
| | | List<IntegralDetailEntity> selectSafeIntegralInfo(Map map); |
| | | List<IntegralDetailDto> selectSafeIntegralInfo(Map map); |
| | | } |