mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-22 09:26:54 +08:00
转账接口完成
This commit is contained in:
@@ -46,6 +46,11 @@ public class TransferOrder {
|
||||
*/
|
||||
private Bank bank;
|
||||
|
||||
/**
|
||||
* 币种
|
||||
*/
|
||||
private CurType curType;
|
||||
|
||||
public String getOutNo() {
|
||||
return outNo;
|
||||
}
|
||||
@@ -101,4 +106,12 @@ public class TransferOrder {
|
||||
public void setBank(Bank bank) {
|
||||
this.bank = bank;
|
||||
}
|
||||
|
||||
public CurType getCurType() {
|
||||
return curType;
|
||||
}
|
||||
|
||||
public void setCurType(CurType curType) {
|
||||
this.curType = curType;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user