批量缴费接口开发

This commit is contained in:
hejinbo
2023-11-21 14:53:07 +08:00
parent b979d8a4eb
commit 0b94672e58
7 changed files with 124 additions and 14 deletions
@@ -20,4 +20,8 @@ public interface ICasePaymentService {
* @return
*/
AjaxResult confirmPay(CaseConfirmPayDTO payDTO);
AjaxResult casePayList(CasePayDTO casePayDTO);
}