| | |
| | | package com.gkhy.exam.pay.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.pay.dto.req.NonCoalPayStudentReqDto; |
| | | import com.gkhy.exam.pay.entity.NonCoalPayStudent; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return 【请填写功能名称】 |
| | | */ |
| | | public NonCoalPayStudent selectNonCoalPayStudentById(Long id); |
| | | |
| | | |
| | | /** |
| | | * 查询【请填写功能名称】列表 |
| | |
| | | */ |
| | | public int updateNonCoalPayStudent(NonCoalPayStudent nonCoalPayStudent); |
| | | |
| | | int updateNonCoalStu(NonCoalPayStudentReqDto nonCoalPayStudent); |
| | | |
| | | void checkHavePayData(Long nonPayId); |
| | | |
| | | /** |
| | | * 批量删除【请填写功能名称】 |
| | | * |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteNonCoalPayStudentById(Long id); |
| | | |
| | | public String importData(List<NonCoalPayStudent> nonCoalPayStudents, String operName, Long nonCoalPayId); |
| | | } |