Преглед на файлове

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

xiatian преди 5 години
родител
ревизия
03f6702cef
променени са 1 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 10 0
      examcloud-core-basic-api/src/main/java/cn/com/qmth/examcloud/core/basic/api/request/SaveStudentFaceReq.java

+ 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;
+	}
+
 }