fix:查询子项

pg_adapter
wangxy 6 months ago
parent 6a36a3e803
commit d1dd4c94cf

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

Loading…
Cancel
Save