mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
merge
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
|
||||
package cn.felord.payment.wechat.v3.model.payscore;
|
||||
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class A {
|
||||
|
||||
private String appid;
|
||||
private String attach;
|
||||
private Location location;
|
||||
private Boolean needUserConfirm;
|
||||
private String notifyUrl;
|
||||
private String openid;
|
||||
private String outOrderNo;
|
||||
private List<PostDiscount> postDiscounts;
|
||||
private List<PostPayment> postPayments;
|
||||
private RiskFund riskFund;
|
||||
private String serviceId;
|
||||
private String serviceIntroduction;
|
||||
private TimeRange timeRange;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
|
||||
package cn.felord.payment.wechat.v3.model.payscore;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class Location {
|
||||
private String endLocation;
|
||||
private String startLocation;
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
package cn.felord.payment.wechat.v3.model.payscore;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class PostDiscount {
|
||||
|
||||
private String description;
|
||||
private String name;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
|
||||
package cn.felord.payment.wechat.v3.model.payscore;
|
||||
|
||||
|
||||
public class PostPayment {
|
||||
|
||||
private Long amount;
|
||||
private Long count;
|
||||
private String description;
|
||||
private String name;
|
||||
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
|
||||
package cn.felord.payment.wechat.v3.model.payscore;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class RiskFund {
|
||||
|
||||
private Long amount;
|
||||
private String description;
|
||||
private String name;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
|
||||
package cn.felord.payment.wechat.v3.model.payscore;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class TimeRange {
|
||||
private String endTime;
|
||||
private String startTime;
|
||||
}
|
||||
Reference in New Issue
Block a user