| | |
| | | private String state;
|
| | | private String source;// 来源
|
| | | private BigDecimal money;// 面额
|
| | | private String timeDesc;// 时间说明
|
| | | private String reason;// 原因
|
| | | private String result;// 结果
|
| | |
|
| | | public String getState() {
|
| | | return state;
|
| | |
| | | this.money = money;
|
| | | }
|
| | |
|
| | | public String getTimeDesc() {
|
| | | return timeDesc;
|
| | | }
|
| | |
|
| | | public void setTimeDesc(String timeDesc) {
|
| | | this.timeDesc = timeDesc;
|
| | | }
|
| | |
|
| | | public String getReason() {
|
| | | return reason;
|
| | | }
|
| | |
|
| | | public void setReason(String reason) {
|
| | | this.reason = reason;
|
| | | }
|
| | |
|
| | | public String getResult() {
|
| | | return result;
|
| | | }
|
| | |
|
| | | public void setResult(String result) {
|
| | | this.result = result;
|
| | | }
|
| | | |
| | | }
|