余额退款

This commit is contained in:
2023-11-27 11:59:15 +08:00
parent 0e36550c4c
commit 3ce8454fcd
5 changed files with 31 additions and 13 deletions

View File

@@ -46,4 +46,9 @@ public class ApplyRefundDTO {
* 汇付需要merchantKey取小程序appId传给它
*/
private String wechatAppId;
/**
* 钱包编号
*/
private String walletCode;
}