|
|
|
@ -21,7 +21,7 @@ public class TdCheck extends BaseEntity
|
|
|
|
|
private Long checkId;
|
|
|
|
|
|
|
|
|
|
/** 人员 */
|
|
|
|
|
@Excel(name = "人员")
|
|
|
|
|
@Excel(name = "报告人员")
|
|
|
|
|
private String adduser;
|
|
|
|
|
|
|
|
|
|
/** 单位 */
|
|
|
|
@ -43,7 +43,7 @@ public class TdCheck extends BaseEntity
|
|
|
|
|
private Date checkEndTime;
|
|
|
|
|
|
|
|
|
|
/** 检查类型(0.自检 1.保密局检查) */
|
|
|
|
|
@Excel(name = "检查类型", readConverterExp = "0=.自检,1=.保密局检查")
|
|
|
|
|
@Excel(name = "检查类型", readConverterExp = "0=自检,1=保密局检查")
|
|
|
|
|
private String checkType;
|
|
|
|
|
|
|
|
|
|
/** 检查内容 */
|
|
|
|
@ -71,7 +71,7 @@ public class TdCheck extends BaseEntity
|
|
|
|
|
private String framework;
|
|
|
|
|
|
|
|
|
|
/** 检查状态 */
|
|
|
|
|
@Excel(name = "检查状态")
|
|
|
|
|
@Excel(name = "检查状态", readConverterExp = "0=通过,1=未通过,2=待检查")
|
|
|
|
|
private String checkState;
|
|
|
|
|
|
|
|
|
|
/** 名 */
|
|
|
|
|