feat:【PAY 支付】转账单,支持导出功能

This commit is contained in:
YunaiV
2025-05-10 17:15:30 +08:00
parent 288d8e3132
commit 0e7ce63719
8 changed files with 90 additions and 84 deletions

View File

@@ -15,4 +15,6 @@ public interface DictTypeConstants {
String NOTIFY_STATUS = "pay_notify_status"; // 回调状态
String TRANSFER_STATUS = "pay_transfer_status"; // 转账状态
}