大规模优化
This commit is contained in:
@@ -10,6 +10,22 @@ import io.jsonwebtoken.Claims;
|
||||
*/
|
||||
public class Constants
|
||||
{
|
||||
|
||||
/**
|
||||
* 轧制结束
|
||||
*/
|
||||
public static final int COMPLETE_PROCESS = 2;
|
||||
|
||||
/**
|
||||
* 无此工艺
|
||||
*/
|
||||
public static final int NOT_HAVE_TECHNOLOGY = 2;
|
||||
|
||||
/**
|
||||
* 为处理此道次
|
||||
*/
|
||||
public static final int NOT_PROCESS = 2;
|
||||
|
||||
/**
|
||||
* UTF-8 字符集
|
||||
*/
|
||||
@@ -165,6 +181,7 @@ public class Constants
|
||||
*/
|
||||
public static final String[] JOB_WHITELIST_STR = { "com.industry.quartz.task" };
|
||||
|
||||
|
||||
/**
|
||||
* 定时任务违规的字符
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user