|
@@ -46,10 +46,6 @@ public class InterlockDetailQueryVO {
|
|
|
@Excel(name = "联锁设定值", width = 15)
|
|
|
@ApiModelProperty(value = "联锁设定值")
|
|
|
private java.lang.String interlockSetValue;
|
|
|
- /**当前值*/
|
|
|
- @Excel(name = "当前值", width = 15)
|
|
|
- @ApiModelProperty(value = "当前值")
|
|
|
- private java.lang.String currentValue;
|
|
|
/**是否旁路(0否1是)*/
|
|
|
@Excel(name = "是否旁路(0否1是)", width = 15, dicCode = "if_bypass")
|
|
|
@Dict(dicCode = "if_bypass")
|
|
@@ -57,24 +53,28 @@ public class InterlockDetailQueryVO {
|
|
|
private java.lang.String ifBypass;
|
|
|
/**旁路状态(0否1是)*/
|
|
|
@Excel(name = "旁路状态(0否1是)", width = 15, dicCode = "bypass")
|
|
|
- @Dict(dicCode = "bypass")
|
|
|
+// @Dict(dicCode = "bypass")
|
|
|
@ApiModelProperty(value = "旁路状态(0否1是)")
|
|
|
private java.lang.String bypass;
|
|
|
+ private java.lang.String bypass_dictText;
|
|
|
/**输入卡件状态*/
|
|
|
@Excel(name = "输入卡件状态", width = 15)
|
|
|
- @Dict(dicCode = "input_status")
|
|
|
+// @Dict(dicCode = "input_status")
|
|
|
@ApiModelProperty(value = "输入卡件状态")
|
|
|
private java.lang.String inputStatus;
|
|
|
+ private java.lang.String inputStatus_dictText;
|
|
|
/**输出卡件状态*/
|
|
|
@Excel(name = "输出卡件状态", width = 15)
|
|
|
- @Dict(dicCode = "output_status")
|
|
|
+// @Dict(dicCode = "output_status")
|
|
|
@ApiModelProperty(value = "输出卡件状态")
|
|
|
private java.lang.String outputStatus;
|
|
|
+ private java.lang.String outputStatus_dictText;
|
|
|
/**MP状态*/
|
|
|
@Excel(name = "MP状态", width = 15)
|
|
|
- @Dict(dicCode = "mp_status")
|
|
|
+// @Dict(dicCode = "mp_status")
|
|
|
@ApiModelProperty(value = "MP状态")
|
|
|
private java.lang.String mpStatus;
|
|
|
+ private java.lang.String mpStatus_dictText;
|
|
|
|
|
|
/**逻辑关系*/
|
|
|
@Excel(name = "逻辑关系", width = 15)
|