|
|
@@ -57,7 +57,6 @@ public class UserMockSubscribeVo {
|
|
|
@ApiModelProperty("试卷ID")
|
|
|
private Integer examId;
|
|
|
/** 成绩 */
|
|
|
- @Excel(name = "成绩")
|
|
|
@ApiModelProperty("成绩")
|
|
|
private Long performance;
|
|
|
/** 交卷状态 0未交卷 1手动交卷 2自动交卷 */
|
|
|
@@ -141,6 +140,7 @@ public class UserMockSubscribeVo {
|
|
|
private Integer doNum;
|
|
|
|
|
|
/** 第一次做题得分 */
|
|
|
+ @Excel(name = "成绩")
|
|
|
@ApiModelProperty("第一次做题得分")
|
|
|
private BigDecimal firstScore;
|
|
|
|