mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 适配 新序列化注解
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user