lideyin 5 yıl önce
ebeveyn
işleme
362b8e2d22

+ 10 - 0
examcloud-core-oe-student-api/src/main/java/cn/com/qmth/examcloud/core/oe/student/api/request/GetQrCodeReq.java

@@ -17,6 +17,9 @@ public class GetQrCodeReq extends BaseRequest {
 	//获取token的key
 	private String tokenKey;
 
+	//传输文件类型
+	private String transferFileType;
+
 	public Long getExamRecordDataId() {
 		return examRecordDataId;
 	}
@@ -49,4 +52,11 @@ public class GetQrCodeReq extends BaseRequest {
 		this.tokenKey = tokenKey;
 	}
 
+	public String getTransferFileType() {
+		return transferFileType;
+	}
+
+	public void setTransferFileType(String transferFileType) {
+		this.transferFileType = transferFileType;
+	}
 }