update 汇付支付 支付回调

This commit is contained in:
2023-05-30 15:37:15 +08:00
parent 9b6a704370
commit de777015f0
3 changed files with 12 additions and 2 deletions

View File

@@ -179,4 +179,9 @@ public class OrderListVO {
*/
@Excel(name = "微信商户单号")
private String outTradeNo;
/**
* 支付机构
*/
private String paymentInstitutions;
}