| | |
| | | package com.gkhy.exam.pay.service; |
| | | |
| | | import java.util.List; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.pay.dto.req.NonCoalPayReqDto; |
| | | import com.gkhy.exam.pay.entity.NonCoalPay; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 【请填写功能名称】Service接口 |
| | |
| | | * @param nonCoalPay 【请填写功能名称】 |
| | | * @return 结果 |
| | | */ |
| | | public int insertNonCoalPay(NonCoalPay nonCoalPay); |
| | | public int insertNonCoalPay(NonCoalPayReqDto nonCoalPay); |
| | | |
| | | /** |
| | | * 修改【请填写功能名称】 |
| | |
| | | * @param nonCoalPay 【请填写功能名称】 |
| | | * @return 结果 |
| | | */ |
| | | public int updateNonCoalPay(NonCoalPay nonCoalPay); |
| | | public int updateNonCoalPay(NonCoalPayReqDto nonCoalPay); |
| | | |
| | | /** |
| | | * 批量删除【请填写功能名称】 |