|
@@ -1,76 +1,76 @@
|
|
-package cn.com.qmth.examcloud.core.basic.api.request;
|
|
|
|
-
|
|
|
|
-import cn.com.qmth.examcloud.commons.web.cloud.api.BaseRequest;
|
|
|
|
-
|
|
|
|
-/**
|
|
|
|
- * 类注释
|
|
|
|
- *
|
|
|
|
- * @author WANGWEI
|
|
|
|
- * @date 2018年7月18日
|
|
|
|
- * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
|
- */
|
|
|
|
-public class SaveStudentFaceInfoReq extends BaseRequest {
|
|
|
|
-
|
|
|
|
- private static final long serialVersionUID = -8260481601116583797L;
|
|
|
|
-
|
|
|
|
- private Long rootOrgId;
|
|
|
|
-
|
|
|
|
- private Long studentId;
|
|
|
|
-
|
|
|
|
- private String faceToken;
|
|
|
|
-
|
|
|
|
- private String faceSetToken;
|
|
|
|
-
|
|
|
|
- private String photoPath;
|
|
|
|
-
|
|
|
|
- private String operator;
|
|
|
|
-
|
|
|
|
- public Long getRootOrgId() {
|
|
|
|
- return rootOrgId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setRootOrgId(Long rootOrgId) {
|
|
|
|
- this.rootOrgId = rootOrgId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getStudentId() {
|
|
|
|
- return studentId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStudentId(Long studentId) {
|
|
|
|
- this.studentId = studentId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getFaceToken() {
|
|
|
|
- return faceToken;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFaceToken(String faceToken) {
|
|
|
|
- this.faceToken = faceToken;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getFaceSetToken() {
|
|
|
|
- return faceSetToken;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setFaceSetToken(String faceSetToken) {
|
|
|
|
- this.faceSetToken = faceSetToken;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getPhotoPath() {
|
|
|
|
- return photoPath;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setPhotoPath(String photoPath) {
|
|
|
|
- this.photoPath = photoPath;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public String getOperator() {
|
|
|
|
- return operator;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOperator(String operator) {
|
|
|
|
- this.operator = operator;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-}
|
|
|
|
|
|
+package cn.com.qmth.examcloud.core.basic.api.request;
|
|
|
|
+
|
|
|
|
+import cn.com.qmth.examcloud.commons.web.cloud.api.BaseRequest;
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * 类注释
|
|
|
|
+ *
|
|
|
|
+ * @author WANGWEI
|
|
|
|
+ * @date 2018年7月18日
|
|
|
|
+ * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
|
+ */
|
|
|
|
+public class SaveStudentFaceReq extends BaseRequest {
|
|
|
|
+
|
|
|
|
+ private static final long serialVersionUID = -8260481601116583797L;
|
|
|
|
+
|
|
|
|
+ private Long rootOrgId;
|
|
|
|
+
|
|
|
|
+ private Long studentId;
|
|
|
|
+
|
|
|
|
+ private String faceToken;
|
|
|
|
+
|
|
|
|
+ private String facesetToken;
|
|
|
|
+
|
|
|
|
+ private String photoPath;
|
|
|
|
+
|
|
|
|
+ private String operator;
|
|
|
|
+
|
|
|
|
+ public Long getRootOrgId() {
|
|
|
|
+ return rootOrgId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setRootOrgId(Long rootOrgId) {
|
|
|
|
+ this.rootOrgId = rootOrgId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public Long getStudentId() {
|
|
|
|
+ return studentId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setStudentId(Long studentId) {
|
|
|
|
+ this.studentId = studentId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getFaceToken() {
|
|
|
|
+ return faceToken;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setFaceToken(String faceToken) {
|
|
|
|
+ this.faceToken = faceToken;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getFacesetToken() {
|
|
|
|
+ return facesetToken;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setFacesetToken(String facesetToken) {
|
|
|
|
+ this.facesetToken = facesetToken;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getPhotoPath() {
|
|
|
|
+ return photoPath;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setPhotoPath(String photoPath) {
|
|
|
|
+ this.photoPath = photoPath;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getOperator() {
|
|
|
|
+ return operator;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setOperator(String operator) {
|
|
|
|
+ this.operator = operator;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|