mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 增加serialVersionUID
This commit is contained in:
@@ -67,6 +67,8 @@ public class ApplymentStateQueryResult implements Serializable {
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
public static class AuditDetail implements Serializable {
|
public static class AuditDetail implements Serializable {
|
||||||
|
private static final long serialVersionUID = 8006953382311911508L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 字段名
|
* 字段名
|
||||||
*/
|
*/
|
||||||
@@ -84,4 +86,4 @@ public class ApplymentStateQueryResult implements Serializable {
|
|||||||
private String rejectReason;
|
private String rejectReason;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user