瀏覽代碼

feat(types): 用户密码类型定义

zhangweicheng 3 年之前
父節點
當前提交
ba7c2dd723
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/user.ts

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

@@ -143,7 +143,7 @@ export interface IAPUser {
   qualifications: IQualifications[];
   qualifications: IQualifications[];
   certificate: ICertificate[];
   certificate: ICertificate[];
   employmentCertificateName: string;
   employmentCertificateName: string;
-  MAC?: string;
+  MAC?: string; // 验证用户信息的mac值
 }
 }
 
 
 // 最近联系人
 // 最近联系人