包头bug修复

This commit is contained in:
guoshengxiong 2025-04-19 10:38:40 +08:00
parent 7dbbecd805
commit 64f1fa0116

View File

@ -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 = "截止有效日期")