|
@@ -53,7 +53,6 @@ public class InterlockDetailEditQueryVO {
|
|
|
private java.lang.String description;
|
|
|
/**仪表状态(0正常1故障)*/
|
|
|
@Excel(name = "仪表状态(0正常1故障)", width = 15, dicCode = "instrument_status")
|
|
|
- @Dict(dicCode = "instrument_status")
|
|
|
@ApiModelProperty(value = "仪表状态(0正常1故障)")
|
|
|
private java.lang.String instrumentStatus;
|
|
|
private java.lang.String instrumentStatus_dictText;
|
|
@@ -117,7 +116,6 @@ public class InterlockDetailEditQueryVO {
|
|
|
private java.lang.String thresholdTimeUnit;
|
|
|
/**控制系统状态( 0正常1非正常)*/
|
|
|
@Excel(name = "控制系统状态( 0正常1非正常)", width = 15, dicCode = "control_system_status")
|
|
|
- @Dict(dicCode = "control_system_status")
|
|
|
@ApiModelProperty(value = "控制系统状态( 0正常1非正常)")
|
|
|
private java.lang.String controlSystemStatus;
|
|
|
private java.lang.String controlSystemStatus_dictText;
|
|
@@ -133,7 +131,6 @@ public class InterlockDetailEditQueryVO {
|
|
|
private java.lang.String ifBypass_dictText;
|
|
|
/**旁路状态(0否1是)*/
|
|
|
@Excel(name = "旁路状态(0否1是)", width = 15, dicCode = "bypass")
|
|
|
- @Dict(dicCode = "bypass")
|
|
|
@ApiModelProperty(value = "旁路状态(0否1是)")
|
|
|
private java.lang.String bypass;
|
|
|
private java.lang.String bypass_dictText;
|
|
@@ -153,6 +150,7 @@ public class InterlockDetailEditQueryVO {
|
|
|
@Excel(name = "输入卡件状态", width = 15)
|
|
|
@ApiModelProperty(value = "输入卡件状态")
|
|
|
private java.lang.String inputStatus;
|
|
|
+ private java.lang.String inputStatus_dictText;
|
|
|
/**输入卡件状态-设备id*/
|
|
|
@Excel(name = "输入卡件状态-设备id", width = 15)
|
|
|
@ApiModelProperty(value = "输入卡件状态-设备id")
|
|
@@ -169,6 +167,7 @@ public class InterlockDetailEditQueryVO {
|
|
|
@Excel(name = "输出卡件状态", width = 15)
|
|
|
@ApiModelProperty(value = "输出卡件状态")
|
|
|
private java.lang.String outputStatus;
|
|
|
+ private java.lang.String outputStatus_dictText;
|
|
|
/**输出卡件状态-设备id*/
|
|
|
@Excel(name = "输出卡件状态-设备id", width = 15)
|
|
|
@ApiModelProperty(value = "输出卡件状态-设备id")
|
|
@@ -185,6 +184,7 @@ public class InterlockDetailEditQueryVO {
|
|
|
@Excel(name = "MP状态", width = 15)
|
|
|
@ApiModelProperty(value = "MP状态")
|
|
|
private java.lang.String mpStatus;
|
|
|
+ private java.lang.String mpStatus_dictText;
|
|
|
/**MP状态-设备id*/
|
|
|
@Excel(name = "MP状态-设备id", width = 15)
|
|
|
@ApiModelProperty(value = "MP状态-设备id")
|