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