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.

22 lines
362 B
Java

1 year ago
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";
}