| | |
| | | package com.dsh.account.service; |
| | | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.dsh.account.entity.UserIntegralChanges; |
| | | import com.dsh.account.model.SaveUserIntegralChangesVo; |
| | | import com.dsh.account.model.vo.userBenefitDetail.IntegralDetailsResponse; |
| | | |
| | | /** |
| | |
| | | |
| | | IntegralDetailsResponse queryUserPointsDetails(String yearMonth, Integer recordId, Integer userIdFormRedis); |
| | | |
| | | |
| | | /** |
| | | * 保存用户积分变动 |
| | | * @param vo |
| | | * @throws Exception |
| | | */ |
| | | void saveUserIntegralChanges(SaveUserIntegralChangesVo vo) throws Exception; |
| | | } |