| | |
| | | package com.gkhy.exam.pay.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.pay.dto.req.NonCoalPayStuImport; |
| | | import com.gkhy.exam.pay.dto.req.NonCoalPayStudentReqDto; |
| | | import com.gkhy.exam.pay.entity.NonCoalPayStudent; |
| | | |
| | |
| | | */ |
| | | public int deleteNonCoalPayStudentById(Long id); |
| | | |
| | | public String importData(List<NonCoalPayStudent> nonCoalPayStudents, String operName, Long nonCoalPayId); |
| | | public String importData(List<NonCoalPayStuImport> nonCoalPayStudents, String operName, Long nonCoalPayId); |
| | | } |