教育训练处考试制证系统后端
“djh”
2025-01-23 5cc9063aafa13e75d0fd918bd968c59f61525e2d
exam-system/src/main/java/com/gkhy/exam/pay/service/CoalPayService.java
@@ -24,7 +24,9 @@
    AjaxResult deleteCoalPayByIds(Long[] ids);
    List<CoalPayStudentRep> selectCoalPay(CoalPayStudentReq coalPayStudent);
    List<CoalPayStudentRep> selectCoalPay(String idcard,String phone);
    int updateCoalPayType(CoalPayTypeReq coalPayDto);
    String personPayMoney(Long coalPayId, Long studentId);
}