添加修改通知

This commit is contained in:
韩鹏辉
2023-08-12 14:06:43 +08:00
parent 9e9429c704
commit eb5c8dfc1c

View File

@@ -39,6 +39,9 @@ public class MerChantOrderDTO {
private String payTypeCode;
//支付方式名名称
private String payTypeName;
//回调地址
private String notifyUrl;
/**