|
@@ -55,43 +55,43 @@ public class SpecialExamination implements Serializable {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "用户标签")
|
|
@ApiModelProperty(value = "用户标签")
|
|
|
private Integer userLable;
|
|
private Integer userLable;
|
|
|
-
|
|
|
|
|
- @ApiModelProperty(value = "身份证照片/经办人证件")
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
|
|
+ @ApiModelProperty(value = "身份证照片-经办人证件")
|
|
|
private String idCard;
|
|
private String idCard;
|
|
|
private String idCardRemark;
|
|
private String idCardRemark;
|
|
|
-
|
|
|
|
|
- @ApiModelProperty(value = "手持身份证//经办人手持身份证")
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
|
|
+ @ApiModelProperty(value = "经办人-手持身份证")
|
|
|
private String handCertificate;
|
|
private String handCertificate;
|
|
|
private String handCertificateRemark;
|
|
private String handCertificateRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "号卡")
|
|
@ApiModelProperty(value = "号卡")
|
|
|
private String numberCard;
|
|
private String numberCard;
|
|
|
private String numberCardRemark;
|
|
private String numberCardRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "防诈骗承诺涵")
|
|
@ApiModelProperty(value = "防诈骗承诺涵")
|
|
|
private String letterCommitment;
|
|
private String letterCommitment;
|
|
|
private String letterCommitmentRemark;
|
|
private String letterCommitmentRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "营业执照副本")
|
|
@ApiModelProperty(value = "营业执照副本")
|
|
|
private String businessLicense;
|
|
private String businessLicense;
|
|
|
private String businessLicenseRemark;
|
|
private String businessLicenseRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "介绍信")
|
|
@ApiModelProperty(value = "介绍信")
|
|
|
private String letterIntroduction;
|
|
private String letterIntroduction;
|
|
|
private String letterIntroductionRemark;
|
|
private String letterIntroductionRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "使用人证件照")
|
|
@ApiModelProperty(value = "使用人证件照")
|
|
|
private String userCertificate;
|
|
private String userCertificate;
|
|
|
private String userCertificateRemark;
|
|
private String userCertificateRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "防诈骗承诺涵")
|
|
@ApiModelProperty(value = "防诈骗承诺涵")
|
|
|
private String fraudPrevention;
|
|
private String fraudPrevention;
|
|
|
private String fraudPreventionRemark;
|
|
private String fraudPreventionRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "消费凭证")
|
|
@ApiModelProperty(value = "消费凭证")
|
|
|
private String consumptionVoucher;
|
|
private String consumptionVoucher;
|
|
|
private String consumptionVoucherRemark;
|
|
private String consumptionVoucherRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "承诺视频")
|
|
@ApiModelProperty(value = "承诺视频")
|
|
|
private String commitmentVideo;
|
|
private String commitmentVideo;
|
|
|
private String commitmentVideoRemark;
|
|
private String commitmentVideoRemark;
|
|
@@ -129,7 +129,7 @@ public class SpecialExamination implements Serializable {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "系统实名制截图备注")
|
|
@ApiModelProperty(value = "系统实名制截图备注")
|
|
|
private String nameFindComplianceRemark;
|
|
private String nameFindComplianceRemark;
|
|
|
-
|
|
|
|
|
|
|
+ @MyCustomAnnotation
|
|
|
@ApiModelProperty(value = "特审单")
|
|
@ApiModelProperty(value = "特审单")
|
|
|
private String specialReviewForm;
|
|
private String specialReviewForm;
|
|
|
private String specialReviewFormRemark;
|
|
private String specialReviewFormRemark;
|