大规模优化

This commit is contained in:
2024-12-25 18:08:41 +08:00
parent 8187160185
commit b8793b7621
13 changed files with 295 additions and 286 deletions

View File

@@ -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" };
/**
* 定时任务违规的字符
*/