@ -62,4 +62,17 @@ public class CertificationDetailResultDTO implements Serializable {
* 审核记录ID
*/
private String recordId;
public CertificationDetailResultDTO() {
this.surname = "";
this.name = "";
this.idcard = "";
this.isCertificated = "";
this.mobile = "";
this.certificationImg = "";
this.remark = "";
this.authResult = "";
this.authReason = "";
this.recordId = "";
}