|
|
@@ -33,7 +33,7 @@ public class LabExitLineJoinPointVO {
|
|
|
@ApiModelProperty(value = "起点名称")
|
|
|
private String startPointName;
|
|
|
|
|
|
- @ApiModelProperty(value = "点属性")
|
|
|
+ @ApiModelProperty(value = "点属性1:逃生 2:灯 4:实验室 3:其他 5:交通点")
|
|
|
private Integer pointAttribute;
|
|
|
|
|
|
@ApiModelProperty(value = "房间或者灯的名称,通过房间或者灯的pointName寻找这个key")
|