8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dc646 commit 9516398Copy full SHA for 9516398
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/applyment/ApplymentStateQueryResult.java
@@ -67,6 +67,8 @@ public class ApplymentStateQueryResult implements Serializable {
67
@AllArgsConstructor
68
@Accessors(chain = true)
69
public static class AuditDetail implements Serializable {
70
+ private static final long serialVersionUID = 8006953382311911508L;
71
+
72
/**
73
* 字段名
74
*/
@@ -84,4 +86,4 @@ public static class AuditDetail implements Serializable {
84
86
private String rejectReason;
85
87
88
}
-}
89
+}
0 commit comments