mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-25 14:37:40 +08:00
优化定时任务
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user