heheng
6 days ago 3134991a6c9315421ff3d4b3b4f1bd76bb5dbdc9
multi-system/src/main/java/com/gkhy/exam/system/domain/vo/TrainRecordVO.java
@@ -29,4 +29,8 @@
    private Long companyId;
    @ApiModelProperty(value = "公司名称")
    private String companyName;
    @ApiModelProperty(value = "证书id")
    private Long paperStudentId;
    private String number;
    private Integer passed;
}