|
|
|
@ -54,10 +54,8 @@ public class TdCheckReport implements Serializable {
|
|
|
|
|
/**
|
|
|
|
|
* 检查类型(0.自检 1.保密局检查)
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "检查类型", readConverterExp = "0=自检,1=保密局检查")
|
|
|
|
|
private String checkType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 市州
|
|
|
|
|
*/
|
|
|
|
@ -74,7 +72,6 @@ public class TdCheckReport implements Serializable {
|
|
|
|
|
/**
|
|
|
|
|
* 检查状态(0:通过1:未通过2:待检查)
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "检查状态", readConverterExp = "0=通过,1=未通过,2=待检查")
|
|
|
|
|
private String checkState;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -110,6 +107,7 @@ public class TdCheckReport implements Serializable {
|
|
|
|
|
/**
|
|
|
|
|
* 备注
|
|
|
|
|
*/
|
|
|
|
|
@Excel(name = "备注")
|
|
|
|
|
private String remark;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|