|
@@ -13,6 +13,8 @@ public class SaveStudentFaceInfoReq extends BaseRequest {
|
|
|
|
|
|
private static final long serialVersionUID = -8260481601116583797L;
|
|
|
|
|
|
+ private Long rootOrgId;
|
|
|
+
|
|
|
private Long studentId;
|
|
|
|
|
|
private String faceToken;
|
|
@@ -21,6 +23,14 @@ public class SaveStudentFaceInfoReq extends BaseRequest {
|
|
|
|
|
|
private String photoPath;
|
|
|
|
|
|
+ public Long getRootOrgId() {
|
|
|
+ return rootOrgId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRootOrgId(Long rootOrgId) {
|
|
|
+ this.rootOrgId = rootOrgId;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getStudentId() {
|
|
|
return studentId;
|
|
|
}
|