mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-10 07:30:48 +08:00
微信转账到余额,增加设备ip
This commit is contained in:
@@ -55,6 +55,11 @@ public class TransferOrder {
|
||||
*/
|
||||
private TransferType transferType;
|
||||
|
||||
/**
|
||||
* 操作者ip,根据支付平台所需进行设置
|
||||
*/
|
||||
private String ip;
|
||||
|
||||
public String getOutNo() {
|
||||
return outNo;
|
||||
}
|
||||
@@ -126,4 +131,12 @@ public class TransferOrder {
|
||||
public void setTransferType(TransferType transferType) {
|
||||
this.transferType = transferType;
|
||||
}
|
||||
|
||||
public String getIp() {
|
||||
return ip;
|
||||
}
|
||||
|
||||
public void setIp(String ip) {
|
||||
this.ip = ip;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user