|
@ -120,10 +120,19 @@ public class DcPublishManage extends BaseEntity |
|
|
private Integer eventState; |
|
|
private Integer eventState; |
|
|
//关联情报板id
|
|
|
//关联情报板id
|
|
|
private Long logId; |
|
|
private Long logId; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//位置
|
|
|
//位置
|
|
|
@Excel(name = "位置/设备") |
|
|
@Excel(name = "位置/设备") |
|
|
private String position; |
|
|
private String position; |
|
|
|
|
|
|
|
|
|
|
|
public String getPosition() { |
|
|
|
|
|
return position; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setPosition(String position) { |
|
|
|
|
|
this.position = position; |
|
|
|
|
|
} |
|
|
public Long getLogId() { |
|
|
public Long getLogId() { |
|
|
return logId; |
|
|
return logId; |
|
|
} |
|
|
} |
|
|