From 66f76e04bd00d07bf9f0ebfc056b107b56bc2e2d Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期五, 14 二月 2025 11:10:13 +0800 Subject: [PATCH] 煤矿缴费修改 --- exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java b/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java index cbe4e99..29ccd74 100644 --- a/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java +++ b/exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java @@ -1,13 +1,16 @@ package com.gkhy.exam.pay.service; +import cn.com.jit.new_vstk.Bean.SignResult; import com.baomidou.mybatisplus.extension.service.IService; import com.gkhy.exam.pay.dto.rep.CoalPayRepDto; import com.gkhy.exam.pay.dto.rep.CoalPayStudentRep; import com.gkhy.exam.pay.dto.req.*; import com.gkhy.exam.pay.entity.CoalPay; import com.gkhy.exam.pay.entity.CoalPayStudent; +import com.gkhy.exam.pay.utils.ResultVo; import com.ruoyi.common.core.domain.AjaxResult; +import java.io.IOException; import java.util.List; public interface CoalPayService extends IService<CoalPay> { @@ -28,4 +31,6 @@ String personPayMoney(Long coalPayId, Long studentId); String teamPayMoney(CoalTeamPayReq coalTeamPayReq); + + SignResult topay() throws IOException; } -- Gitblit v1.9.2