|
@@ -45,6 +45,15 @@ public class TEExamUnFinishDto implements Serializable {
|
|
|
private Integer breakResumeCount;//断点续考次数
|
|
|
private Integer durationSeconds;//累计考试用时
|
|
|
private Date clientLastSyncTime;//客户端最近同步时间
|
|
|
+ private Integer mobilePhotoUpload;//是否允许使用移动端拍照答题,0:不开启,1:开启
|
|
|
+
|
|
|
+ public Integer getMobilePhotoUpload() {
|
|
|
+ return mobilePhotoUpload;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMobilePhotoUpload(Integer mobilePhotoUpload) {
|
|
|
+ this.mobilePhotoUpload = mobilePhotoUpload;
|
|
|
+ }
|
|
|
|
|
|
public Date getClientLastSyncTime() {
|
|
|
return clientLastSyncTime;
|