You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharingV3/ProfitSharingUnfreezeResult.java
+7-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
importlombok.Data;
5
5
6
6
importjava.io.Serializable;
7
+
importjava.util.List;
7
8
8
9
/**
9
10
* 微信V3接口
@@ -46,7 +47,6 @@ public class ProfitSharingUnfreezeResult implements Serializable {
46
47
@SerializedName("order_id")
47
48
privateStringorderId;
48
49
49
-
50
50
/**
51
51
* <pre>
52
52
* 字段名:分账单状态
@@ -59,6 +59,12 @@ public class ProfitSharingUnfreezeResult implements Serializable {
0 commit comments