update 适配 新序列化注解

This commit is contained in:
疯狂的狮子Li
2023-01-13 23:22:30 +08:00
parent 0fc796b90d
commit 2023de973e
40 changed files with 133 additions and 15 deletions

View File

@ -17,6 +17,7 @@
package com.xxl.job.admin.core.cron;
import java.io.Serial;
import java.io.Serializable;
import java.text.ParseException;
import java.util.Calendar;
@ -199,6 +200,7 @@ import java.util.TreeSet;
*/
public final class CronExpression implements Serializable, Cloneable {
@Serial
private static final long serialVersionUID = 12423409423L;
protected static final int SECOND = 0;