增加设备接口
This commit is contained in:
parent
d7f38d8ae3
commit
8d36fc433e
|
|
@ -171,6 +171,8 @@ public class SurvAlertRecord implements Serializable {
|
||||||
@ApiModelProperty(value = "站点名称")
|
@ApiModelProperty(value = "站点名称")
|
||||||
private String stationName;
|
private String stationName;
|
||||||
|
|
||||||
|
@TableField(exist = false)
|
||||||
|
private String fullDeviceName;
|
||||||
|
|
||||||
|
|
||||||
public String getFullDeviceName() {
|
public String getFullDeviceName() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue