Commit 00ae343a authored by hanbing's avatar hanbing

运行信息接口-信号运行状态数据-订阅信号运行状态

parent 136e7d38
......@@ -3,34 +3,18 @@ package net.wanji.utc.vo;
import lombok.Data;
import lombok.ToString;
/**
* @author hfx
* @version 1.0
* @Description: [路口车道对象实体]
* Created on 2019/4/19 10:08
*/
@Data
@ToString
public class CrossLanesVo {
/**
* 通道号
*/
/** 通道号 */
private Integer channelNo;
/**
* 车道号
*/
/** 车道号 */
private Integer laneNo;
/**
* 方向
*/
/** 方向 */
private Integer direction;
/**
* 转向
*/
/** 转向 */
private Integer turn;
/**
* 灯组类型
*/
/** 灯组类型 */
private Integer lampGroupType;
}
\ 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