|
|
@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import com.ruoyi.common.annotation.Excel;
|
|
|
|
import com.ruoyi.common.annotation.Excel;
|
|
|
|
import com.ruoyi.tc.baseClass.BaseClass;
|
|
|
|
import com.ruoyi.tc.baseClass.BaseClass;
|
|
|
|
import com.ruoyi.tc.entity.AssetBasicNetwork;
|
|
|
|
import com.ruoyi.tc.entity.AssetBasicNetwork;
|
|
|
|
|
|
|
|
import com.ruoyi.tc.entity.AssetBusinessForm;
|
|
|
|
|
|
|
|
import com.ruoyi.tc.entity.AssetSupplyChain;
|
|
|
|
import com.ruoyi.tc.entity.UnitOtherConcat;
|
|
|
|
import com.ruoyi.tc.entity.UnitOtherConcat;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@ -28,9 +30,7 @@ import java.util.List;
|
|
|
|
public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
|
|
private Integer id;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统名称
|
|
|
|
* 系统名称
|
|
|
@ -120,20 +120,20 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*系统类型", dictType = "zc_xtlx", comboReadDict = true, sort = 8)
|
|
|
|
@Excel(name = "*系统类型", dictType = "zc_xtlx", comboReadDict = true, sort = 8)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("系统类型(字典)")
|
|
|
|
@ApiModelProperty("系统类型(字典)")
|
|
|
|
private Integer xtlx;
|
|
|
|
private String xtlx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统重要性(字典)
|
|
|
|
* 系统重要性(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "系统重要性", dictType = "zc_xtzyx", comboReadDict = true, sort = 9)
|
|
|
|
@Excel(name = "系统重要性", dictType = "zc_xtzyx", comboReadDict = true, sort = 9)
|
|
|
|
@ApiModelProperty("系统重要性(字典)")
|
|
|
|
@ApiModelProperty("系统重要性(字典)")
|
|
|
|
private Integer xtzyx;
|
|
|
|
private String xtzyx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 是否关基系统(字典)
|
|
|
|
* 是否关基系统(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*是否关基系统", dictType = "is_no", comboReadDict = true, sort = 10)
|
|
|
|
@Excel(name = "*是否关基系统", dictType = "is_no", comboReadDict = true, sort = 10)
|
|
|
|
@ApiModelProperty("是否关基系统(字典)")
|
|
|
|
@ApiModelProperty("是否关基系统(字典)")
|
|
|
|
private Integer gjxt;
|
|
|
|
private String gjxt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统标签
|
|
|
|
* 系统标签
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -163,7 +163,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*是否是互联网系统", dictType = "is_no", comboReadDict = true, sort = 117)
|
|
|
|
@Excel(name = "*是否是互联网系统", dictType = "is_no", comboReadDict = true, sort = 117)
|
|
|
|
@ApiModelProperty("是否是互联网系统(字典)")
|
|
|
|
@ApiModelProperty("是否是互联网系统(字典)")
|
|
|
|
private Integer hlwxt;
|
|
|
|
private String hlwxt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统编号
|
|
|
|
* 系统编号
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -177,13 +177,13 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*系统状态", dictType = "zc_xtzt", comboReadDict = true, sort = 36)
|
|
|
|
@Excel(name = "*系统状态", dictType = "zc_xtzt", comboReadDict = true, sort = 36)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("系统状态(字典)")
|
|
|
|
@ApiModelProperty("系统状态(字典)")
|
|
|
|
private Integer xtzt;
|
|
|
|
private String xtzt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 在线状态(字典)
|
|
|
|
* 在线状态(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "在线状态", dictType = "zc_zxzt", comboReadDict = true, sort = 37)
|
|
|
|
@Excel(name = "在线状态", dictType = "zc_zxzt", comboReadDict = true, sort = 37)
|
|
|
|
@ApiModelProperty("在线状态(字典)")
|
|
|
|
@ApiModelProperty("在线状态(字典)")
|
|
|
|
private Integer zxzt;
|
|
|
|
private String zxzt;
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "使用人", sort = 38)
|
|
|
|
@Excel(name = "使用人", sort = 38)
|
|
|
|
@TableField(exist = false)
|
|
|
|
@TableField(exist = false)
|
|
|
@ -194,24 +194,24 @@ public class AssetCurrentResponse 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 Integer 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 Integer 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 Integer aKyx;
|
|
|
|
private String akyx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 存活率(字典)
|
|
|
|
* 存活率(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("存活率(字典)")
|
|
|
|
@ApiModelProperty("存活率(字典)")
|
|
|
|
private Integer chl;
|
|
|
|
private String chl;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 地理位置
|
|
|
|
* 地理位置
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -242,7 +242,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*用户规模", dictType = "zc_yhgm", comboReadDict = true, sort = 53)
|
|
|
|
@Excel(name = "*用户规模", dictType = "zc_yhgm", comboReadDict = true, sort = 53)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("用户规模")
|
|
|
|
@ApiModelProperty("用户规模")
|
|
|
|
private Integer yhgm;
|
|
|
|
private String yhgm;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 互联网接入运营商
|
|
|
|
* 互联网接入运营商
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -271,7 +271,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*是否部署云平台", sort = 56, dictType = "is_no", comboReadDict = true)
|
|
|
|
@Excel(name = "*是否部署云平台", sort = 56, dictType = "is_no", comboReadDict = true)
|
|
|
|
@ApiModelProperty("是否部署云平台(字典)")
|
|
|
|
@ApiModelProperty("是否部署云平台(字典)")
|
|
|
|
private Integer bsypt;
|
|
|
|
private String bsypt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 云服务商名称
|
|
|
|
* 云服务商名称
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -292,7 +292,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*系统部署方式", dictType = "zc_xtbsfs", comboReadDict = true, sort = 59)
|
|
|
|
@Excel(name = "*系统部署方式", dictType = "zc_xtbsfs", comboReadDict = true, sort = 59)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("系统部署方式")
|
|
|
|
@ApiModelProperty("系统部署方式")
|
|
|
|
private Integer xtbsfs;
|
|
|
|
private String xtbsfs;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 托管单位
|
|
|
|
* 托管单位
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -313,14 +313,14 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*是否对公众开放", dictType = "is_no", comboReadDict = true, sort = 62, width = 22)
|
|
|
|
@Excel(name = "*是否对公众开放", dictType = "is_no", comboReadDict = true, sort = 62, width = 22)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("是否对公众开放(字典)")
|
|
|
|
@ApiModelProperty("是否对公众开放(字典)")
|
|
|
|
private Integer dgzkf;
|
|
|
|
private String dgzkf;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 互联网开放用途(字典)
|
|
|
|
* 互联网开放用途(字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*互联网开放用途", dictType = "zc_hlwkfyt", comboReadDict = true, sort = 63, width = 22)
|
|
|
|
@Excel(name = "*互联网开放用途", dictType = "zc_hlwkfyt", comboReadDict = true, sort = 63, width = 22)
|
|
|
|
@ApiModelProperty("互联网开放用途(字典)")
|
|
|
|
@ApiModelProperty("互联网开放用途(字典)")
|
|
|
|
private Integer hlwkfyt;
|
|
|
|
private String hlwkfyt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统防护情况-防篡改(多选字典)
|
|
|
|
* 系统防护情况-防篡改(多选字典)
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -345,32 +345,32 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
* 相关业务-覆盖范围
|
|
|
|
* 相关业务-覆盖范围
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("相关业务-覆盖范围")
|
|
|
|
@ApiModelProperty("相关业务-覆盖范围")
|
|
|
|
private Integer xgywFgfw;
|
|
|
|
private String xgywFgfw;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 相关业务-网络性质
|
|
|
|
* 相关业务-网络性质
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("相关业务-网络性质")
|
|
|
|
@ApiModelProperty("相关业务-网络性质")
|
|
|
|
private Integer xgywWlxz;
|
|
|
|
private String xgywWlxz;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 相关业务-业务类型
|
|
|
|
* 相关业务-业务类型
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("相关业务-业务类型")
|
|
|
|
@ApiModelProperty("相关业务-业务类型")
|
|
|
|
private Integer xgywYwlx;
|
|
|
|
private String xgywYwlx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 相关业务-互联情况
|
|
|
|
* 相关业务-互联情况
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("相关业务-互联情况")
|
|
|
|
@ApiModelProperty("相关业务-互联情况")
|
|
|
|
private Integer xgywHlqk;
|
|
|
|
private String xgywHlqk;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 相关业务-服务对象
|
|
|
|
* 相关业务-服务对象
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("相关业务-服务对象")
|
|
|
|
@ApiModelProperty("相关业务-服务对象")
|
|
|
|
private Integer xgywFwdx;
|
|
|
|
private String xgywFwdx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 相关业务-服务范围
|
|
|
|
* 相关业务-服务范围
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("相关业务-服务范围")
|
|
|
|
@ApiModelProperty("相关业务-服务范围")
|
|
|
|
private Integer xgywFwfw;
|
|
|
|
private String xgywFwfw;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 相关业务-业务描述
|
|
|
|
* 相关业务-业务描述
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -463,12 +463,12 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*ICP备案状态", dictType = "is_no", comboReadDict = true, sort = 24)
|
|
|
|
@Excel(name = "*ICP备案状态", dictType = "is_no", comboReadDict = true, sort = 24)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("ICP备案信息-是否备案")
|
|
|
|
@ApiModelProperty("ICP备案信息-是否备案")
|
|
|
|
private Integer ipcSfba;
|
|
|
|
private String ipcSfba;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* ICP备案信息-备案有效性
|
|
|
|
* ICP备案信息-备案有效性
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("ICP备案信息-备案有效性")
|
|
|
|
@ApiModelProperty("ICP备案信息-备案有效性")
|
|
|
|
private Integer ipcBayxx;
|
|
|
|
private String ipcBayxx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* ICP备案信息-备案网站名称
|
|
|
|
* ICP备案信息-备案网站名称
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -507,7 +507,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
* ICP备案信息-备案单位性质
|
|
|
|
* ICP备案信息-备案单位性质
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("ICP备案信息-备案单位性质")
|
|
|
|
@ApiModelProperty("ICP备案信息-备案单位性质")
|
|
|
|
private Integer ipcBadwxz;
|
|
|
|
private String ipcBadwxz;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* ICP备案信息-备案联系人
|
|
|
|
* ICP备案信息-备案联系人
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -532,7 +532,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*公安机关备案状态", dictType = "is_no", comboReadDict = true, sort = 27, width = 24)
|
|
|
|
@Excel(name = "*公安机关备案状态", dictType = "is_no", comboReadDict = true, sort = 27, width = 24)
|
|
|
|
@ApiModelProperty("公安机关备案信息-是否备案")
|
|
|
|
@ApiModelProperty("公安机关备案信息-是否备案")
|
|
|
|
private Integer gajgSfba;
|
|
|
|
private String gajgSfba;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 公安机关备案信息-备案机关
|
|
|
|
* 公安机关备案信息-备案机关
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -607,14 +607,14 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*是否国产化系统", dictType = "is_no", comboReadDict = true, sort = 35, width = 22)
|
|
|
|
@Excel(name = "*是否国产化系统", dictType = "is_no", comboReadDict = true, sort = 35, width = 22)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("系统架构-是否国产化系统")
|
|
|
|
@ApiModelProperty("系统架构-是否国产化系统")
|
|
|
|
private Integer xtjgGcxt;
|
|
|
|
private String xtjgGcxt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统架构-是否有国产设备
|
|
|
|
* 系统架构-是否有国产设备
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "*是否有国产设备", dictType = "is_no", comboReadDict = true, sort = 35, width = 22)
|
|
|
|
@Excel(name = "*是否有国产设备", dictType = "is_no", comboReadDict = true, sort = 35, width = 22)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("系统架构-是否有国产设备")
|
|
|
|
@ApiModelProperty("系统架构-是否有国产设备")
|
|
|
|
private Integer xtjgGcsb;
|
|
|
|
private String xtjgGcsb;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 系统架构-系统设备国产化率
|
|
|
|
* 系统架构-系统设备国产化率
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -627,7 +627,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@Excel(name = "*是否是等保系统", dictType = "is_no", comboReadDict = true, sort = 42)
|
|
|
|
@Excel(name = "*是否是等保系统", dictType = "is_no", comboReadDict = true, sort = 42)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("等保信息-是否等保系统")
|
|
|
|
@ApiModelProperty("等保信息-是否等保系统")
|
|
|
|
private Integer dbxxSfdbxt;
|
|
|
|
private String dbxxSfdbxt;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 等保信息-等保测评备案号
|
|
|
|
* 等保信息-等保测评备案号
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -642,7 +642,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*等保等级", dictType = "dbxx_dbdj", comboReadDict = true, sort = 44)
|
|
|
|
@Excel(name = "*等保等级", dictType = "dbxx_dbdj", comboReadDict = true, sort = 44)
|
|
|
|
@ApiModelProperty("等保信息-等保等级")
|
|
|
|
@ApiModelProperty("等保信息-等保等级")
|
|
|
|
private Integer dbxxDbdj;
|
|
|
|
private String dbxxDbdj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 等保信息-主管部门
|
|
|
|
* 等保信息-主管部门
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -653,12 +653,12 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
* 等保信息-专家评审
|
|
|
|
* 等保信息-专家评审
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("等保信息-专家评审")
|
|
|
|
@ApiModelProperty("等保信息-专家评审")
|
|
|
|
private Integer dbxxZjps;
|
|
|
|
private String dbxxZjps;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 等保信息-主管部门评审
|
|
|
|
* 等保信息-主管部门评审
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("等保信息-主管部门评审")
|
|
|
|
@ApiModelProperty("等保信息-主管部门评审")
|
|
|
|
private Integer dbxxZgbmps;
|
|
|
|
private String dbxxZgbmps;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 等保信息-定级时间
|
|
|
|
* 等保信息-定级时间
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -673,7 +673,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@ApiModelProperty("等保信息-是否有第三方测评")
|
|
|
|
@ApiModelProperty("等保信息-是否有第三方测评")
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "是否有第三方测评(是否是等保系统选择是则必填)", width = 45, dictType = "is_no", comboReadDict = true, sort = 45)
|
|
|
|
@Excel(name = "是否有第三方测评(是否是等保系统选择是则必填)", width = 45, dictType = "is_no", comboReadDict = true, sort = 45)
|
|
|
|
private Integer dbxxSfydsfcp;
|
|
|
|
private String dbxxSfydsfcp;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("地理位置-省")
|
|
|
|
@ApiModelProperty("地理位置-省")
|
|
|
|
@Excel(name = "地理位置-省", sort = 46)
|
|
|
|
@Excel(name = "地理位置-省", sort = 46)
|
|
|
@ -755,12 +755,12 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
* 第三方测评-测评师证书等级
|
|
|
|
* 第三方测评-测评师证书等级
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("第三方测评-测评师证书等级")
|
|
|
|
@ApiModelProperty("第三方测评-测评师证书等级")
|
|
|
|
private Integer sfCpszsdj;
|
|
|
|
private String sfCpszsdj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 第三方测评-测评等级
|
|
|
|
* 第三方测评-测评等级
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("第三方测评-测评等级")
|
|
|
|
@ApiModelProperty("第三方测评-测评等级")
|
|
|
|
private Integer sfCpdj;
|
|
|
|
private String sfCpdj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 第三方测评-推荐日期
|
|
|
|
* 第三方测评-推荐日期
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -829,7 +829,7 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
* Whois信息-有效性
|
|
|
|
* Whois信息-有效性
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiModelProperty("Whois信息-有效性")
|
|
|
|
@ApiModelProperty("Whois信息-有效性")
|
|
|
|
private Integer whoisYxx;
|
|
|
|
private String whoisYxx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Whois信息-注册名
|
|
|
|
* Whois信息-注册名
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -934,28 +934,28 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*共享属性", dictType = "sjzc_gxsx", comboReadDict = true, sort = 103)
|
|
|
|
@Excel(name = "*共享属性", dictType = "sjzc_gxsx", comboReadDict = true, sort = 103)
|
|
|
|
@ApiModelProperty("数据资产-共享属性")
|
|
|
|
@ApiModelProperty("数据资产-共享属性")
|
|
|
|
private Integer sjzcGxsx;
|
|
|
|
private String sjzcGxsx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-开放属性
|
|
|
|
* 数据资产-开放属性
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Excel(name = "*开放属性", dictType = "sjzc_kfsx", comboReadDict = true, sort = 104)
|
|
|
|
@Excel(name = "*开放属性", dictType = "sjzc_kfsx", comboReadDict = true, sort = 104)
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@ApiModelProperty("数据资产-开放属性")
|
|
|
|
@ApiModelProperty("数据资产-开放属性")
|
|
|
|
private Integer sjzcKfsx;
|
|
|
|
private String sjzcKfsx;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-数据领域
|
|
|
|
* 数据资产-数据领域
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*数据领域", dictType = "sjzc_sjly", comboReadDict = true, sort = 105)
|
|
|
|
@Excel(name = "*数据领域", dictType = "sjzc_sjly", comboReadDict = true, sort = 105)
|
|
|
|
@ApiModelProperty("数据资产-数据领域")
|
|
|
|
@ApiModelProperty("数据资产-数据领域")
|
|
|
|
private Integer sjzcSjly;
|
|
|
|
private String sjzcSjly;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-更新周期
|
|
|
|
* 数据资产-更新周期
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*更新周期", dictType = "sjzc_gxzq", comboReadDict = true, sort = 106)
|
|
|
|
@Excel(name = "*更新周期", dictType = "sjzc_gxzq", comboReadDict = true, sort = 106)
|
|
|
|
@ApiModelProperty("数据资产-更新周期")
|
|
|
|
@ApiModelProperty("数据资产-更新周期")
|
|
|
|
private Integer sjzcGxzq;
|
|
|
|
private String sjzcGxzq;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-数据类型
|
|
|
|
* 数据资产-数据类型
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -983,28 +983,28 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*是否为涉密数据", dictType = "is_no", comboReadDict = true, sort = 110)
|
|
|
|
@Excel(name = "*是否为涉密数据", dictType = "is_no", comboReadDict = true, sort = 110)
|
|
|
|
@ApiModelProperty("数据资产-是否为涉密数据")
|
|
|
|
@ApiModelProperty("数据资产-是否为涉密数据")
|
|
|
|
private Integer sjzcSmsj;
|
|
|
|
private String sjzcSmsj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-数据是否出境
|
|
|
|
* 数据资产-数据是否出境
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*数据是否出境", dictType = "is_no", comboReadDict = true, sort = 111)
|
|
|
|
@Excel(name = "*数据是否出境", dictType = "is_no", comboReadDict = true, sort = 111)
|
|
|
|
@ApiModelProperty("数据资产-数据是否出境")
|
|
|
|
@ApiModelProperty("数据资产-数据是否出境")
|
|
|
|
private Integer sjzcCj;
|
|
|
|
private String sjzcCj;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-数据分级分类
|
|
|
|
* 数据资产-数据分级分类
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "*数据分级分类", dictType = "sjzc_sjfjfl", comboReadDict = true, sort = 112)
|
|
|
|
@Excel(name = "*数据分级分类", dictType = "sjzc_sjfjfl", comboReadDict = true, sort = 112)
|
|
|
|
@ApiModelProperty("数据资产-数据分级分类")
|
|
|
|
@ApiModelProperty("数据资产-数据分级分类")
|
|
|
|
private Integer sjzcSjfjfl;
|
|
|
|
private String sjzcSjfjfl;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-数据重要程度
|
|
|
|
* 数据资产-数据重要程度
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
@Excel(name = "数据重要程度", dictType = "zc_xtzyx", comboReadDict = true, sort = 113)
|
|
|
|
@Excel(name = "数据重要程度", dictType = "zc_xtzyx", comboReadDict = true, sort = 113)
|
|
|
|
@ApiModelProperty("数据资产-数据重要程度")
|
|
|
|
@ApiModelProperty("数据资产-数据重要程度")
|
|
|
|
private Integer sjzcSjzycd;
|
|
|
|
private String sjzcSjzycd;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 数据资产-数据描述
|
|
|
|
* 数据资产-数据描述
|
|
|
|
*/
|
|
|
|
*/
|
|
|
@ -1026,4 +1026,18 @@ public class AssetCurrentResponse extends BaseClass implements Serializable {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("删除标志(0代表存在 2代表删除)")
|
|
|
|
@ApiModelProperty("删除标志(0代表存在 2代表删除)")
|
|
|
|
private String delFlag;
|
|
|
|
private String delFlag;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("是否报废(默认0不报废 2代表报废)")
|
|
|
|
|
|
|
|
private String isbf;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("报废原因")
|
|
|
|
|
|
|
|
private String bfyy;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("审核状态(0待核查,1待审核,3审核通过,4审核不通过,5审核不通过)")
|
|
|
|
|
|
|
|
private String status;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("任务id")
|
|
|
|
|
|
|
|
private Integer taskId;
|
|
|
|
}
|
|
|
|
}
|
|
|
|