教育训练处考试制证系统后端
heheng
2025-01-20 d30f51ef23798fea6e83859684267cbb133fed9c
exam-system/src/main/java/com/gkhy/exam/pay/mapper/NonCoalPayStudentMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gkhy.exam.pay.entity.NonCoalPayStudent;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -12,8 +13,7 @@
 * @author hh
 * @date 2025-01-16
 */
public interface NonCoalPayStudentMapper extends BaseMapper<NonCoalPayStudent>
{
public interface NonCoalPayStudentMapper extends BaseMapper<NonCoalPayStudent> {
    /**
     * 查询【请填写功能名称】
     *
@@ -46,13 +46,15 @@
     */
    public int updateNonCoalPayStudent(NonCoalPayStudent nonCoalPayStudent);
    int updateNonCoalPayStudentType(@Param("id") Long id, @Param("updateBy") String updateBy);
    /**
     * 删除【请填写功能名称】
     *
     * @param id 【请填写功能名称】主键
     * @return 结果
     */
    public int deleteNonCoalPayStudentById(Long id);
    public int deleteNonCoalPayStudentById(@Param("id") Long id, @Param("updateBy") String updateBy);
    /**
     * 批量删除【请填写功能名称】