|
@@ -38,7 +38,7 @@ public class InterlockSummary implements Serializable {
|
|
|
private java.lang.String id;
|
|
|
/**联锁名称*/
|
|
|
@Excel(name = "联锁名称", width = 15)
|
|
|
- @ApiModelProperty(value = "联锁名称")//
|
|
|
+ @ApiModelProperty(value = "联锁名称")
|
|
|
private java.lang.String interlockName;
|
|
|
/**系统id*/
|
|
|
@Excel(name = "系统id", width = 15)
|
|
@@ -48,6 +48,14 @@ public class InterlockSummary implements Serializable {
|
|
|
@Excel(name = "装置id", width = 15)
|
|
|
@ApiModelProperty(value = "装置id")
|
|
|
private java.lang.String interlockApparatusId;
|
|
|
+ /**设备id*/
|
|
|
+ @Excel(name = "设备id", width = 15)
|
|
|
+ @ApiModelProperty(value = "设备id")
|
|
|
+ private java.lang.String deviceId;
|
|
|
+ /**模块名称*/
|
|
|
+ @Excel(name = "模块名称", width = 15)
|
|
|
+ @ApiModelProperty(value = "模块名称")
|
|
|
+ private java.lang.String moduleName;
|
|
|
/**联锁状态*/
|
|
|
@Excel(name = "联锁状态", width = 15)
|
|
|
@ApiModelProperty(value = "联锁状态")
|