Skip to content

Commit f36d6cb

Browse files
author
chengliang.zhang
committed
Release v2.5.5
1 parent d068a72 commit f36d6cb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pingpp-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.pingxx</groupId>
77
<artifactId>pingpp-java</artifactId>
8-
<version>2.5.4</version>
8+
<version>2.5.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>pingpp-java</name>

pingpp-sdk/src/main/java/com/pingplusplus/model/Refund.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
public class Refund extends APIResource {
1010
String id;
11+
String app;
1112
String object;
1213
String orderNo;
1314
Integer amount;
@@ -175,6 +176,14 @@ public String getCurrency() {
175176
public void setCurrency(String currency) {
176177
this.currency = currency;
177178
}
179+
180+
public String getApp() {
181+
return app;
182+
}
183+
184+
public void setApp(String app) {
185+
this.app = app;
186+
}
178187
/**
179188
* 创建 refund
180189
*

0 commit comments

Comments
 (0)