Commit 9e4624f4 authored by duanruiming's avatar duanruiming

[add] 调优平台v2态势监测-运行监测-路口优化监测列表;事件告警列表

parent e7ce1fd4
package net.wanji.opt.vo2;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author duanruiming
* @date 2025/03/11 11:03
*/
@Data
@ApiModel(value = "GreenOptMonitoringVO", description = "态势监测-运行监测-干线优化监测")
public class GreenOptMonitoringVO {
@ApiModelProperty(value = "绿波编号")
private Integer greenId;
@ApiModelProperty(value = "绿波事件")
private String type;
@ApiModelProperty(value = "绿波名称")
private String greenName;
}
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