|
@@ -97,4 +97,8 @@ public class UserCourseAnswerVo {
|
|
|
private String businessName;
|
|
private String businessName;
|
|
|
@ApiModelProperty("课程名称")
|
|
@ApiModelProperty("课程名称")
|
|
|
private String courseName;
|
|
private String courseName;
|
|
|
|
|
+ /** 回复ID */
|
|
|
|
|
+ @Excel(name = "回复ID")
|
|
|
|
|
+ @ApiModelProperty("回复ID")
|
|
|
|
|
+ private Long assignAnswerId;
|
|
|
}
|
|
}
|