|
|
@@ -117,6 +117,7 @@ export interface IAPUser {
|
|
|
gender: string;
|
|
|
accountType: string;
|
|
|
account: string;
|
|
|
+ password: string;
|
|
|
name: string;
|
|
|
phone: string;
|
|
|
contactMobile: string;
|
|
|
@@ -142,7 +143,7 @@ export interface IAPUser {
|
|
|
qualifications: IQualifications[];
|
|
|
certificate: ICertificate[];
|
|
|
employmentCertificateName: string;
|
|
|
- MAC?: string;
|
|
|
+ MAC?: string; // 验证用户信息的mac值
|
|
|
}
|
|
|
|
|
|
// 最近联系人
|