|
@@ -74,11 +74,23 @@ public class InterlockSummaryLimitVO {
|
|
/**装置id*/
|
|
/**装置id*/
|
|
@Excel(name = "装置id", width = 15)
|
|
@Excel(name = "装置id", width = 15)
|
|
@ApiModelProperty(value = "装置id")
|
|
@ApiModelProperty(value = "装置id")
|
|
|
|
+// @Dict(dictTable = "interlock_base",dicCode = "id",dicText = "interlock_name")
|
|
private java.lang.String interlockApparatusId;
|
|
private java.lang.String interlockApparatusId;
|
|
/**系统id*/
|
|
/**系统id*/
|
|
@Excel(name = "系统id", width = 15)
|
|
@Excel(name = "系统id", width = 15)
|
|
@ApiModelProperty(value = "系统id")
|
|
@ApiModelProperty(value = "系统id")
|
|
|
|
+// @Dict(dictTable = "interlock_base",dicCode = "id",dicText = "interlock_name")
|
|
private java.lang.String interlockSystemId;
|
|
private java.lang.String interlockSystemId;
|
|
|
|
+ /**系统名称*/
|
|
|
|
+ @Excel(name = "系统名称", width = 15)
|
|
|
|
+ @ApiModelProperty(value = "系统名称")
|
|
|
|
+// @Dict(dictTable = "interlock_base",dicCode = "id",dicText = "interlock_name")
|
|
|
|
+ private java.lang.String interlockSystemName;
|
|
|
|
+ /**装置名称*/
|
|
|
|
+ @Excel(name = "装置名称", width = 15)
|
|
|
|
+ @ApiModelProperty(value = "装置名称")
|
|
|
|
+// @Dict(dictTable = "interlock_base",dicCode = "id",dicText = "interlock_name")
|
|
|
|
+ private java.lang.String interlockApparatusName;
|
|
/**系统权限类型(0管理1查看)*/
|
|
/**系统权限类型(0管理1查看)*/
|
|
// @Excel(name = "系统权限类型(0管理1查看)", width = 15)
|
|
// @Excel(name = "系统权限类型(0管理1查看)", width = 15)
|
|
@ApiModelProperty(value = "系统权限类型(0管理1查看)")
|
|
@ApiModelProperty(value = "系统权限类型(0管理1查看)")
|