| | |
| | | import com.dsh.account.model.vo.classDetails.classInsVo.ClassInfoVo; |
| | | import com.dsh.account.model.vo.userBenefitDetail.BillingDetailsVo; |
| | | import com.dsh.account.model.vo.userBenefitDetail.IndexOfUserBenefirVo; |
| | | import com.dsh.account.model.vo.userBenefitDetail.RechargeCentVo; |
| | | import com.dsh.account.util.ResultUtil; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @param recordId 记录id |
| | | * @return |
| | | */ |
| | | BillingDetailsVo queryUserBillingDetails(String yearMonth, Integer recordId); |
| | | BillingDetailsVo queryUserBillingDetails(String yearMonth, Integer recordId,Integer appUserId); |
| | | |
| | | /** |
| | | * 注销账号 |
| | |
| | | */ |
| | | void cancellation(Integer appUserId); |
| | | |
| | | List<RechargeCentVo> getSysRechargeConfig(Integer appUserId); |
| | | } |