Sfoglia il codice sorgente

学生底照路径由exchange传递,basic不能自己拼

xiatian 5 anni fa
parent
commit
03f6702cef

+ 10 - 0
examcloud-core-basic-api/src/main/java/cn/com/qmth/examcloud/core/basic/api/request/SaveStudentFaceReq.java

@@ -26,6 +26,8 @@ public class SaveStudentFaceReq extends BaseRequest {
 	private String operator;
 
 	private Long faceCount;
+	
+	private String photoTreatyPath;
 
 	public Long getRootOrgId() {
 		return rootOrgId;
@@ -83,4 +85,12 @@ public class SaveStudentFaceReq extends BaseRequest {
 		this.faceCount = faceCount;
 	}
 
+	public String getPhotoTreatyPath() {
+		return photoTreatyPath;
+	}
+
+	public void setPhotoTreatyPath(String photoTreatyPath) {
+		this.photoTreatyPath = photoTreatyPath;
+	}
+
 }