Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setup-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
setup-manager
Commits
465e309e
Commit
465e309e
authored
Nov 08, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加区域树
parent
7ddefe6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
40 deletions
+2
-40
setup-project-manager/src/main/java/com/mortals/xhx/module/setup/model/SetupProjectEntity.java
...om/mortals/xhx/module/setup/model/SetupProjectEntity.java
+2
-40
No files found.
setup-project-manager/src/main/java/com/mortals/xhx/module/setup/model/SetupProjectEntity.java
View file @
465e309e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment