Explorar el Código

feat(types): 就职证明

caipin hace 3 años
padre
commit
0493ec5961
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/user.ts

+ 1 - 0
types/src/interface/user.ts

@@ -121,6 +121,7 @@ export interface IAPUser {
   reason: string; // 注册审批备注
   qualifications: IQualifications[];
   certificate: ICertificate[];
+  employmentCertificateName: String;
 }
 
 export interface IQualifications {