代码规范修改
This commit is contained in:
parent
ffdd1a3981
commit
45c37da4aa
|
|
@ -30,4 +30,7 @@ public class ConstructionQualityDto extends ScreenParamDto {
|
||||||
|
|
||||||
@ApiModelProperty(value = "告警类型")
|
@ApiModelProperty(value = "告警类型")
|
||||||
private String warnType;
|
private String warnType;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "设备Id")
|
||||||
|
private String deviceId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue