heheng
8 天以前 e38612bd0c14b89f393a18ebcee0bc5028f8889d
multi-system/src/main/java/com/gkhy/exam/system/domain/vo/TrainRecordVO.java
@@ -1,6 +1,7 @@
package com.gkhy.exam.system.domain.vo;
import com.fasterxml.jackson.annotation.JsonInclude;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
@@ -29,4 +30,8 @@
    private Long companyId;
    @ApiModelProperty(value = "公司名称")
    private String companyName;
    @ApiModelProperty(value = "证书id")
    private Long paperStudentId;
    private String number;
    private Integer passed;
}