教育训练处考试制证系统后端
heheng
2025-01-23 7c080352b0f763b422f939c4a320f8f9a6a26442
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);
}