@@ -114,4 +114,8 @@ public class UserCertificateVo {
@Excel(name = "章名,拼接")
@ApiModelProperty("章名,拼接")
private String chapterStr;
+ /** 课程id */
+ private Long moduleId;
+ /** 1单证书 2多证书 */
+ private Integer moreCertificateStatus;
}