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
00ae343a
Commit
00ae343a
authored
Nov 21, 2022
by
hanbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运行信息接口-信号运行状态数据-订阅信号运行状态
parent
136e7d38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
22 deletions
+6
-22
CrossLanesVo.java
...-service/src/main/java/net/wanji/utc/vo/CrossLanesVo.java
+6
-22
No files found.
signal-utc-service/src/main/java/net/wanji/utc/vo/CrossLanesVo.java
View file @
00ae343a
...
@@ -3,34 +3,18 @@ package net.wanji.utc.vo;
...
@@ -3,34 +3,18 @@ package net.wanji.utc.vo;
import
lombok.Data
;
import
lombok.Data
;
import
lombok.ToString
;
import
lombok.ToString
;
/**
* @author hfx
* @version 1.0
* @Description: [路口车道对象实体]
* Created on 2019/4/19 10:08
*/
@Data
@Data
@ToString
@ToString
public
class
CrossLanesVo
{
public
class
CrossLanesVo
{
/**
/** 通道号 */
* 通道号
*/
private
Integer
channelNo
;
private
Integer
channelNo
;
/**
/** 车道号 */
* 车道号
*/
private
Integer
laneNo
;
private
Integer
laneNo
;
/**
/** 方向 */
* 方向
*/
private
Integer
direction
;
private
Integer
direction
;
/**
/** 转向 */
* 转向
*/
private
Integer
turn
;
private
Integer
turn
;
/**
/** 灯组类型 */
* 灯组类型
*/
private
Integer
lampGroupType
;
private
Integer
lampGroupType
;
}
}
\ 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