包头bug修复
This commit is contained in:
parent
7dbbecd805
commit
64f1fa0116
@ -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 = "截止有效日期")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user