8000 :art: 增加serialVersionUID · Goforit000/WxJava@9516398 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9516398

Browse files
committed
🎨 增加serialVersionUID
1 parent b7dc646 commit 9516398

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/applyment/ApplymentStateQueryResult.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public class ApplymentStateQueryResult implements Serializable {
6767
@AllArgsConstructor
6868
@Accessors(chain = true)
6969
public static class AuditDetail implements Serializable {
70+
private static final long serialVersionUID = 8006953382311911508L;
71+
7072
/**
7173
* 字段名
7274
*/
@@ -84,4 +86,4 @@ public static class AuditDetail implements Serializable {
8486
private String rejectReason;
8587

8688
}
87-
}
89+
}

0 commit comments

Comments
 (0)
0