diff --git a/src/main/java/com/zhgd/xmgl/modules/exam/vo/SpecialWorkerVo.java b/src/main/java/com/zhgd/xmgl/modules/exam/vo/SpecialWorkerVo.java index 7e584a01e..3f6565ac6 100644 --- a/src/main/java/com/zhgd/xmgl/modules/exam/vo/SpecialWorkerVo.java +++ b/src/main/java/com/zhgd/xmgl/modules/exam/vo/SpecialWorkerVo.java @@ -19,14 +19,18 @@ class SpecialWorkerVo extends WorkerInfo { private Integer specialNum; @ApiModelProperty(value = "培训时间(开始考试时间)") private Date startExamTime; - /**证书类型*/ + /** + * 证书类型 + */ @Excel(name = "证书类型", width = 15) - @ApiModelProperty(value="证书类型") - private java.lang.Integer certificateType ; - /**资格证书编号*/ + @ApiModelProperty(value = "证书类型") + private java.lang.String certificateType; + /** + * 资格证书编号 + */ @Excel(name = "资格证书编号", width = 15) - @ApiModelProperty(value="资格证书编号") - private java.lang.String certificateNumber ; + @ApiModelProperty(value = "资格证书编号") + private java.lang.String certificateNumber; /**截止有效日期*/ @Excel(name = "截止有效日期", width = 15) @ApiModelProperty(value = "截止有效日期")