瀏覽代碼

feat(types): 就职证明

caipin 3 年之前
父節點
當前提交
0493ec5961
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {