轩辕宝镜
parent
424b64e6c9
commit
5c23253d5e
|
@ -49,11 +49,11 @@ public class SituationLogic {
|
||||||
public final static SituationLogic instance = new SituationLogic();
|
public final static SituationLogic instance = new SituationLogic();
|
||||||
}
|
}
|
||||||
|
|
||||||
private int[][] openConfig = new int[4][];
|
private int[][] openConfig ;
|
||||||
|
|
||||||
private int[] status = new int[4];
|
private int[] status ;
|
||||||
|
|
||||||
private int[] overTime = new int[4];
|
private int[] overTime;
|
||||||
|
|
||||||
|
|
||||||
public void createCheckstatusTask(){
|
public void createCheckstatusTask(){
|
||||||
|
|
Loading…
Reference in New Issue