| | |
| | | package com.gkhy.exam.pay.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.pay.dto.rep.NonCoalStuRep; |
| | | import com.gkhy.exam.pay.dto.req.NonCoalPayStuImport; |
| | | import com.gkhy.exam.pay.dto.req.NonCoalPayStudentReqDto; |
| | | import com.gkhy.exam.pay.entity.NonCoalPayStudent; |
| | |
| | | */ |
| | | public List<NonCoalPayStudent> selectNonCoalPayStudentList(NonCoalPayStudent nonCoalPayStudent); |
| | | |
| | | public String sendOrder(Long dataId, String payType); |
| | | |
| | | |
| | | public NonCoalStuRep queryOrder(Long dataId, String payType); |
| | | |
| | | /** |
| | | * 新增【请填写功能名称】 |
| | | * |