Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
80012ddb
Commit
80012ddb
authored
Feb 09, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[udpate] 辖区分组实体类增加经纬度字段
parent
1dfc8641
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
SituationDetectionServiceImpl.java
...wanji/web/service/impl/SituationDetectionServiceImpl.java
+1
-1
JurisdictionAreaTreeVO.java
...nji/web/vo/situationDetection/JurisdictionAreaTreeVO.java
+3
-1
No files found.
signal-control-service/src/main/java/net/wanji/web/service/impl/SituationDetectionServiceImpl.java
View file @
80012ddb
...
...
@@ -486,7 +486,7 @@ public class SituationDetectionServiceImpl implements SituationDetectionService
}
signalAreaVO
.
setName
(
name
);
signalAreaVO
.
setType
(
"2"
);
signalAreaVO
.
setPo
lylines
(
location
);
signalAreaVO
.
setPo
int
(
location
);
signalAreaVO
.
setParentCode
(
String
.
valueOf
(
parentCode
));
signalAreaVO
.
setChlidren
(
null
);
resultList
.
add
(
signalAreaVO
);
...
...
signal-control-service/src/main/java/net/wanji/web/vo/situationDetection/JurisdictionAreaTreeVO.java
View file @
80012ddb
...
...
@@ -19,8 +19,10 @@ public class JurisdictionAreaTreeVO {
private
String
name
;
@ApiModelProperty
(
value
=
"类型:1-辖区;2-信号机"
)
private
String
type
;
@ApiModelProperty
(
value
=
"
区域边界:辖区:区域边界; 信号机:经纬度
"
)
@ApiModelProperty
(
value
=
"
辖区:区域边界
"
)
private
String
polylines
;
@ApiModelProperty
(
value
=
"信号机:经纬度"
)
private
String
point
;
@ApiModelProperty
(
value
=
"级别"
)
private
Integer
level
;
@ApiModelProperty
(
value
=
"区域级别"
)
...
...
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