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