33333333333
This commit is contained in:
@@ -51,6 +51,7 @@ public class PayTrdConfig implements Serializable {
|
||||
private String sign;
|
||||
|
||||
private String aliProductId;
|
||||
private String wxProductId;
|
||||
|
||||
private BigDecimal minAmount;
|
||||
private BigDecimal maxAmount;
|
||||
@@ -58,6 +59,7 @@ public class PayTrdConfig implements Serializable {
|
||||
private Integer sortBy;
|
||||
|
||||
private Integer enableStatus;
|
||||
private Integer enableWxStatus;
|
||||
/**
|
||||
* 是否删除
|
||||
*/
|
||||
@@ -65,4 +67,8 @@ public class PayTrdConfig implements Serializable {
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
public String getProductId(boolean wx){
|
||||
return wx?wxProductId:aliProductId;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user