Explorar o código

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

zhangweicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
ba7c2dd723
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/user.ts

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

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