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