|
@@ -21,7 +21,7 @@ import lombok.experimental.Accessors;
|
|
|
/**
|
|
|
* @Description: 联锁详细信息表
|
|
|
* @Author: jeecg-boot
|
|
|
- * @Date: 2024-05-22
|
|
|
+ * @Date: 2024-05-23
|
|
|
* @Version: V1.0
|
|
|
*/
|
|
|
@Data
|
|
@@ -44,31 +44,51 @@ public class InterlockDetail implements Serializable {
|
|
|
@Excel(name = "联锁名称", width = 15)
|
|
|
@ApiModelProperty(value = "联锁名称")
|
|
|
private java.lang.String interlockname;
|
|
|
- /**联锁条件*/
|
|
|
- @Excel(name = "联锁条件", width = 15)
|
|
|
- @ApiModelProperty(value = "联锁条件")
|
|
|
- private java.lang.String interlockcondition;
|
|
|
+ /**联锁条件值*/
|
|
|
+ @Excel(name = "联锁条件值", width = 15)
|
|
|
+ @ApiModelProperty(value = "联锁条件值")
|
|
|
+ private java.lang.String interlockCondition;
|
|
|
+ /**联锁条件点位*/
|
|
|
+ @Excel(name = "联锁条件点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "联锁条件点位")
|
|
|
+ private java.lang.String interlockConditionTag;
|
|
|
+ /**描述*/
|
|
|
+ @Excel(name = "描述", width = 15)
|
|
|
+ @ApiModelProperty(value = "描述")
|
|
|
+ private java.lang.String description;
|
|
|
+ /**设备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 = "仪表状态")
|
|
|
+ private java.lang.String instrumentStatus;
|
|
|
/**仪表状态判断方式*/
|
|
|
@Excel(name = "仪表状态判断方式", width = 15, dicCode = "instrument_status_juge")
|
|
|
@Dict(dicCode = "instrument_status_juge")
|
|
|
@ApiModelProperty(value = "仪表状态判断方式")
|
|
|
private java.lang.String instrumentStatusJuge;
|
|
|
- /**仪表状态位号*/
|
|
|
- @Excel(name = "仪表状态位号", width = 15)
|
|
|
- @ApiModelProperty(value = "仪表状态位号")
|
|
|
+ /**仪表状态点位*/
|
|
|
+ @Excel(name = "仪表状态点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "仪表状态点位")
|
|
|
private java.lang.String instrumentStatusTag;
|
|
|
- /**仪表状态位号值*/
|
|
|
- @Excel(name = "仪表状态位号值", width = 15)
|
|
|
- @ApiModelProperty(value = "仪表状态位号值")
|
|
|
- private java.lang.String instrumentStatusTagValue;
|
|
|
+ /**仪表状态值*/
|
|
|
+ @Excel(name = "仪表状态值", width = 15)
|
|
|
+ @ApiModelProperty(value = "仪表状态值")
|
|
|
+ private java.lang.String instrumentStatusValue;
|
|
|
/**原始模拟量位号*/
|
|
|
@Excel(name = "原始模拟量位号", width = 15)
|
|
|
@ApiModelProperty(value = "原始模拟量位号")
|
|
|
private java.lang.String ysmnlTag;
|
|
|
- /**原始模拟量位号值*/
|
|
|
- @Excel(name = "原始模拟量位号值", width = 15)
|
|
|
- @ApiModelProperty(value = "原始模拟量位号值")
|
|
|
- private java.lang.String ysmnlTagValue;
|
|
|
+ /**原始模拟量值*/
|
|
|
+ @Excel(name = "原始模拟量值", width = 15)
|
|
|
+ @ApiModelProperty(value = "原始模拟量值")
|
|
|
+ private java.lang.String ysmnlValue;
|
|
|
/**高限*/
|
|
|
@Excel(name = "高限", width = 15)
|
|
|
@ApiModelProperty(value = "高限")
|
|
@@ -89,66 +109,54 @@ public class InterlockDetail implements Serializable {
|
|
|
@Excel(name = "时间单位", width = 15)
|
|
|
@ApiModelProperty(value = "时间单位")
|
|
|
private java.lang.String thresholdTimeUnit;
|
|
|
- /**描述*/
|
|
|
- @Excel(name = "描述", width = 15)
|
|
|
- @ApiModelProperty(value = "描述")
|
|
|
- private java.lang.String description;
|
|
|
- /**逻辑关系*/
|
|
|
- @Excel(name = "逻辑关系", width = 15)
|
|
|
- @ApiModelProperty(value = "逻辑关系")
|
|
|
- private java.lang.String ljgx;
|
|
|
/**联锁设定值*/
|
|
|
@Excel(name = "联锁设定值", width = 15)
|
|
|
@ApiModelProperty(value = "联锁设定值")
|
|
|
- private java.lang.String interlocksetvalue;
|
|
|
+ private java.lang.String interlockSetValue;
|
|
|
+ /**联锁设定值点位*/
|
|
|
+ @Excel(name = "联锁设定值点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "联锁设定值点位")
|
|
|
+ private java.lang.String interlockSetTag;
|
|
|
/**当前值*/
|
|
|
@Excel(name = "当前值", width = 15)
|
|
|
@ApiModelProperty(value = "当前值")
|
|
|
- private java.lang.String currentvalue;
|
|
|
+ private java.lang.String currentValue;
|
|
|
/**当前值位号*/
|
|
|
@Excel(name = "当前值位号", width = 15)
|
|
|
@ApiModelProperty(value = "当前值位号")
|
|
|
- private java.lang.String currentvalueTagNum;
|
|
|
+ private java.lang.String currentValueTag;
|
|
|
/**是否旁路*/
|
|
|
@Excel(name = "是否旁路", width = 15)
|
|
|
@ApiModelProperty(value = "是否旁路")
|
|
|
- private java.lang.String ifbypass;
|
|
|
- /**位号*/
|
|
|
- @Excel(name = "位号", width = 15)
|
|
|
- @ApiModelProperty(value = "位号")
|
|
|
- private java.lang.String ifbypassTagNum;
|
|
|
- /**联锁输出值*/
|
|
|
- @Excel(name = "联锁输出值", width = 15)
|
|
|
- @ApiModelProperty(value = "联锁输出值")
|
|
|
- private java.lang.String interlockoutvalue;
|
|
|
- /**联锁输出值位号*/
|
|
|
- @Excel(name = "联锁输出值位号", width = 15)
|
|
|
- @ApiModelProperty(value = "联锁输出值位号")
|
|
|
- private java.lang.String interlockoutvalueTagNum;
|
|
|
+ private java.lang.String ifBypass;
|
|
|
+ /**旁路状态点位*/
|
|
|
+ @Excel(name = "旁路状态点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "旁路状态点位")
|
|
|
+ private java.lang.String ifBypassTag;
|
|
|
/**输入卡件状态*/
|
|
|
@Excel(name = "输入卡件状态", width = 15)
|
|
|
@ApiModelProperty(value = "输入卡件状态")
|
|
|
- private java.lang.String inputstatus;
|
|
|
- /**输入卡件状态位号*/
|
|
|
- @Excel(name = "输入卡件状态位号", width = 15)
|
|
|
- @ApiModelProperty(value = "输入卡件状态位号")
|
|
|
- private java.lang.String inputstatusTagNum;
|
|
|
+ private java.lang.String inputStatus;
|
|
|
+ /**输入卡件状态点位*/
|
|
|
+ @Excel(name = "输入卡件状态点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "输入卡件状态点位")
|
|
|
+ private java.lang.String inputStatusTag;
|
|
|
/**输出卡件状态*/
|
|
|
@Excel(name = "输出卡件状态", width = 15)
|
|
|
@ApiModelProperty(value = "输出卡件状态")
|
|
|
- private java.lang.String outputstatus;
|
|
|
- /**输出卡件状态位号*/
|
|
|
- @Excel(name = "输出卡件状态位号", width = 15)
|
|
|
- @ApiModelProperty(value = "输出卡件状态位号")
|
|
|
- private java.lang.String outputstatusTagNum;
|
|
|
+ private java.lang.String outputStatus;
|
|
|
+ /**输出卡件状态点位*/
|
|
|
+ @Excel(name = "输出卡件状态点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "输出卡件状态点位")
|
|
|
+ private java.lang.String outputStatusTag;
|
|
|
/**MP状态*/
|
|
|
@Excel(name = "MP状态", width = 15)
|
|
|
@ApiModelProperty(value = "MP状态")
|
|
|
- private java.lang.String mpstatus;
|
|
|
- /**状态位号*/
|
|
|
- @Excel(name = "状态位号", width = 15)
|
|
|
- @ApiModelProperty(value = "状态位号")
|
|
|
- private java.lang.String mpstatusTagNum;
|
|
|
+ private java.lang.String mpStatus;
|
|
|
+ /**状态点位*/
|
|
|
+ @Excel(name = "状态点位", width = 15)
|
|
|
+ @ApiModelProperty(value = "状态点位")
|
|
|
+ private java.lang.String mpStatusTag;
|
|
|
/**创建人*/
|
|
|
@ApiModelProperty(value = "创建人")
|
|
|
private java.lang.String createBy;
|