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
799549b7
Commit
799549b7
authored
Dec 31, 2024
by
zhoushiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ApiModelProperty
parent
242449ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CrossLaneDataHistPoExtend.java
...java/net/wanji/opt/po/base/CrossLaneDataHistPoExtend.java
+5
-5
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/po/base/CrossLaneDataHistPoExtend.java
View file @
799549b7
...
@@ -39,15 +39,15 @@ public class CrossLaneDataHistPoExtend {
...
@@ -39,15 +39,15 @@ public class CrossLaneDataHistPoExtend {
@ApiModelProperty
(
value
=
"平均排队长度"
,
notes
=
""
)
@ApiModelProperty
(
value
=
"平均排队长度"
,
notes
=
""
)
private
Integer
avgQueueLength
;
private
Integer
avgQueueLength
;
@ApiModelProperty
(
nam
e
=
"交通流量(辆)"
,
notes
=
""
)
@ApiModelProperty
(
valu
e
=
"交通流量(辆)"
,
notes
=
""
)
private
Integer
flow
;
private
Integer
flow
;
@ApiModelProperty
(
nam
e
=
"平均速度(km/h)"
,
notes
=
""
)
@ApiModelProperty
(
valu
e
=
"平均速度(km/h)"
,
notes
=
""
)
private
Double
speed
;
private
Double
speed
;
@ApiModelProperty
(
nam
e
=
"停车次数"
,
notes
=
""
)
@ApiModelProperty
(
valu
e
=
"停车次数"
,
notes
=
""
)
private
Double
stopTimes
;
private
Double
stopTimes
;
@ApiModelProperty
(
nam
e
=
"延误时间"
,
notes
=
""
)
@ApiModelProperty
(
valu
e
=
"延误时间"
,
notes
=
""
)
private
Integer
delayTime
;
private
Integer
delayTime
;
@ApiModelProperty
(
nam
e
=
"饱和度"
,
notes
=
""
)
@ApiModelProperty
(
valu
e
=
"饱和度"
,
notes
=
""
)
private
Double
sturation
;
private
Double
sturation
;
@ApiModelProperty
(
value
=
"开始时间:yyyy-MM-dd HH:mm:ss"
,
notes
=
""
)
@ApiModelProperty
(
value
=
"开始时间:yyyy-MM-dd HH:mm:ss"
,
notes
=
""
)
...
...
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