You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.chenxuan.base.entity;
|
|
|
|
|
|
public class JobConstant {
|
|
|
|
/**
|
|
* 任务调度参数key
|
|
*/
|
|
public static final String JOB_PARAM_KEY = "JOB_PARAM_KEY";
|
|
|
|
/**
|
|
* 任务调度
|
|
*/
|
|
public final static String JOB_KEY = "JOB_KEY";
|
|
|
|
|
|
/**
|
|
* 任务调度
|
|
*/
|
|
public final static String TRIGGER_kEY = "TRIGGER_kEY";
|
|
}
|