| | |
| | | package com.gkhy.exam.pay.service; |
| | | |
| | | import cn.com.jit.new_vstk.Bean.SignResult; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.pay.dto.rep.CoalPayRepDto; |
| | | import com.gkhy.exam.pay.dto.rep.CoalPayStudentRep; |
| | | import com.gkhy.exam.pay.dto.req.*; |
| | | import com.gkhy.exam.pay.dto.req.CoalPayDto; |
| | | import com.gkhy.exam.pay.dto.req.CoalPayReq; |
| | | import com.gkhy.exam.pay.dto.req.CoalPayTypeReq; |
| | | import com.gkhy.exam.pay.dto.req.CoalTeamPayReq; |
| | | import com.gkhy.exam.pay.entity.CoalPay; |
| | | import com.gkhy.exam.pay.entity.CoalPayStudent; |
| | | import com.gkhy.exam.pay.utils.BillSignException; |
| | | import com.gkhy.exam.pay.utils.ResultVo; |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | |
| | |
| | | |
| | | AjaxResult deleteCoalPayByIds(Long[] ids); |
| | | |
| | | List<CoalPayStudentRep> selectCoalPay(String idcard,String phone); |
| | | List<CoalPayStudentRep> selectCoalPay(String idcard, String phone); |
| | | |
| | | int updateCoalPayType(CoalPayTypeReq coalPayDto); |
| | | |
| | |
| | | |
| | | String teamPayMoney(CoalTeamPayReq coalTeamPayReq); |
| | | |
| | | ResultVo topay() throws IOException; |
| | | ResultVo topay() throws IOException, BillSignException; |
| | | } |