Procházet zdrojové kódy

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk před 3 roky
rodič
revize
e6a0285440
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 {