|
@@ -58,15 +58,15 @@ public class TEStudentExamRecordDto implements Serializable {
|
|
|
@ApiModelProperty(name = "交卷时间")
|
|
|
private Long finishTime;
|
|
|
|
|
|
- @ApiModelProperty(name = "开启监控的视频源")
|
|
|
- private String monitorVideoSource;
|
|
|
+ @ApiModelProperty(name = "开启转录的视频源")
|
|
|
+ private String monitorRecord;
|
|
|
|
|
|
- public String getMonitorVideoSource() {
|
|
|
- return monitorVideoSource;
|
|
|
+ public String getMonitorRecord() {
|
|
|
+ return monitorRecord;
|
|
|
}
|
|
|
|
|
|
- public void setMonitorVideoSource(String monitorVideoSource) {
|
|
|
- this.monitorVideoSource = monitorVideoSource;
|
|
|
+ public void setMonitorRecord(String monitorRecord) {
|
|
|
+ this.monitorRecord = monitorRecord;
|
|
|
}
|
|
|
|
|
|
public Long getFinishTime() {
|