Commit 465e309e authored by 赵啸非's avatar 赵啸非

添加区域树

parent 7ddefe6f
......@@ -76,11 +76,11 @@ public class SetupProjectEntity extends SetupProjectVo {
/**
* 备注
*/
private String remark="xxx";
private String remark;
/**
* 排序字段
*/
private Long orderNum=1L;
private Long orderNum;
/**
* 站点Id
*/
......@@ -141,42 +141,4 @@ public class SetupProjectEntity extends SetupProjectVo {
}
public static void main(String[] args) {
/*
dddd
*/
//ddddd
String str = "aaa,,,";
String[] ary = str.split(",");
System.out.println(ary.length);
Runnable runnable = new Runnable() {
@Override
public void run() {
//todo
}
};
ThreadPool.getInstance().execute(runnable);
if(1==1) {
throw new AppException("cuo");
}
int i=1;
if(isBusy(i)){
//todo
return;
}
if(i==1){
//todo
return;
}
//i<1 todo
}
public static boolean isBusy(int i){
return i>1&&i<2||1>2;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment