📄 tasktype.java
字号:
package com.doone.fj1w.common;
import java.lang.reflect.Method;
import java.util.Date;
public class TaskType {
TaskType(){
this.createTime = new Date();
this.lastTime = new Date();
this.runCount = 0;
this.maxMinute = 0;
}
Method method;
int cronType;
int maxMinute;
int currMinute;
Date createTime;
Date lastTime;
long runCount;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -