public class OrderRefundAmountFrom extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
account
出资账户类型
|
private int |
amount
出资金额
|
| Constructor and Description |
|---|
OrderRefundAmountFrom() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount()
获取 出资账户类型
|
int |
getAmount()
获取 出资金额
|
void |
setAccount(String account)
设置 出资账户类型
|
void |
setAmount(int amount)
设置 出资金额
|
private int amount
private String account
public int getAmount()
public void setAmount(int amount)
amount - 出资金额public String getAccount()
public void setAccount(String account)
account - 出资账户类型Copyright © 2024. All rights reserved.