🎨 增加serialVersionUID

This commit is contained in:
Binary Wang 2024-10-29 16:31:01 +08:00
parent b7dc6468a4
commit 95163980be

View File

@ -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;
}
}
}