Commit 995045ea authored by hanbing's avatar hanbing

[add] opt, 增加是否信控路口字段

parent 1be3b521
......@@ -18,7 +18,7 @@ public class AbnormalCrossListVO {
private String id;
@ApiModelProperty(value = "路口名称")
private String name;
@ApiModelProperty(name = "是否信控路口:1是;0否")
@ApiModelProperty(value = "是否信控路口:1是;0否")
private Integer isSignal;
@ApiModelProperty(value = "失衡方向 如 1,2,3")
private String unbalanceDirs;
......
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