| | |
| | | |
| | | private String orderId; |
| | | |
| | | private String transactionId; |
| | | |
| | | //金额 |
| | | private double money; |
| | | |
| | | private String name; |
| | | |
| | | private String appId; |
| | | |
| | | private String openId; |
| | | |
| | | private String userId; |
| | | |
| | | |
| | | private ResponseEntity<String> responseEntity; |
| | |
| | | public void setResponseEntity(ResponseEntity<String> responseEntity) { |
| | | this.responseEntity = responseEntity; |
| | | } |
| | | |
| | | public String getAppId() { |
| | | return appId; |
| | | } |
| | | |
| | | public void setAppId(String appId) { |
| | | this.appId = appId; |
| | | } |
| | | |
| | | public String getOpenId() { |
| | | return openId; |
| | | } |
| | | |
| | | public void setOpenId(String openId) { |
| | | this.openId = openId; |
| | | } |
| | | |
| | | public String getTransactionId() { |
| | | return transactionId; |
| | | } |
| | | |
| | | public void setTransactionId(String transactionId) { |
| | | this.transactionId = transactionId; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | } |