|
@@ -9,8 +9,6 @@ public class QueryCapturePhotoBean implements JsonSerializable{
|
|
|
*/
|
|
|
private static final long serialVersionUID = 291850328247014762L;
|
|
|
|
|
|
- private Long examRecordDataId;
|
|
|
-
|
|
|
private String fileUrl;
|
|
|
|
|
|
private Boolean isPass;
|
|
@@ -19,12 +17,6 @@ public class QueryCapturePhotoBean implements JsonSerializable{
|
|
|
|
|
|
private Boolean isLivenessPass;
|
|
|
|
|
|
- public Long getExamRecordDataId() {
|
|
|
- return examRecordDataId;
|
|
|
- }
|
|
|
- public void setExamRecordDataId(Long examRecordDataId) {
|
|
|
- this.examRecordDataId = examRecordDataId;
|
|
|
- }
|
|
|
public String getFileUrl() {
|
|
|
return fileUrl;
|
|
|
}
|