|
|
@ -106,6 +106,17 @@ public class AssetCurrent extends BaseClass implements Serializable {
|
|
|
|
@Size(max= 500,message="关联域名长度不能超过500")
|
|
|
|
@Size(max= 500,message="关联域名长度不能超过500")
|
|
|
|
@ApiModelProperty("关联域名(多个用,分隔)")
|
|
|
|
@ApiModelProperty("关联域名(多个用,分隔)")
|
|
|
|
private String glym;
|
|
|
|
private String glym;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("关联域名list")
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private List<String> glymList;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("关联iplist)")
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
|
|
|
|
private List<String> glIpList;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 关联ip(多个用,分隔)
|
|
|
|
* 关联ip(多个用,分隔)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -196,19 +207,19 @@ public class AssetCurrent extends BaseClass implements Serializable {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "机密性",dictType = "zc_c_i_a",comboReadDict = true,sort = 39)
|
|
|
|
@Excel(name = "机密性",dictType = "zc_c_i_a",comboReadDict = true,sort = 39)
|
|
|
|
@ApiModelProperty("C-机密性(字典)")
|
|
|
|
@ApiModelProperty("C-机密性(字典)")
|
|
|
|
private String cJmx;
|
|
|
|
private String cjmx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* I-完整性(字典)
|
|
|
|
* I-完整性(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "完整性",dictType = "zc_c_i_a",comboReadDict = true,sort = 40)
|
|
|
|
@Excel(name = "完整性",dictType = "zc_c_i_a",comboReadDict = true,sort = 40)
|
|
|
|
@ApiModelProperty("I-完整性(字典)")
|
|
|
|
@ApiModelProperty("I-完整性(字典)")
|
|
|
|
private String iWzx;
|
|
|
|
private String iwzx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* A-可用性(字典)
|
|
|
|
* A-可用性(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "可用性",dictType = "zc_c_i_a",comboReadDict = true,sort = 41)
|
|
|
|
@Excel(name = "可用性",dictType = "zc_c_i_a",comboReadDict = true,sort = 41)
|
|
|
|
@ApiModelProperty("A-可用性(字典)")
|
|
|
|
@ApiModelProperty("A-可用性(字典)")
|
|
|
|
private String aKyx;
|
|
|
|
private String akyx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 存活率(字典)
|
|
|
|
* 存活率(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -1017,6 +1028,10 @@ public class AssetCurrent extends BaseClass implements Serializable {
|
|
|
|
@ApiModelProperty("业务系统拓扑图")
|
|
|
|
@ApiModelProperty("业务系统拓扑图")
|
|
|
|
private String ywxttpt;
|
|
|
|
private String ywxttpt;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Size(max= 500,message="业务系统拓扑文件长度不能超过500")
|
|
|
|
|
|
|
|
@ApiModelProperty("业务系统拓扑文件")
|
|
|
|
|
|
|
|
private String ywxttpwj;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("删除标志(0代表存在 2代表删除)")
|
|
|
|
@ApiModelProperty("删除标志(0代表存在 2代表删除)")
|
|
|
|
private String delFlag;
|
|
|
|
private String delFlag;
|
|
|
|
|
|
|
|
|
|
|
|