Procházet zdrojové kódy

feat(types): 就职证明

caipin před 3 roky
rodič
revize
0493ec5961
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {