优化定时任务

This commit is contained in:
TinyAnts 2022-12-29 11:59:10 +08:00
parent 088fffe836
commit 97202201a2
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ public class TaskConstants {
/** 状态: 运行 */
public static final Integer STATUS_RUN = 1;
/** 状态: 停止 */
public static final Integer STATUS_STOP = 2;
/** 状态: 失败 */
public static final Integer STATUS_FAIL = 2;