소스 검색

feat: 密码问题

zhangweicheng 3 년 전
부모
커밋
f83d055fed
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/user.ts

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

@@ -117,6 +117,7 @@ export interface IAPUser {
   gender: string;
   accountType: string;
   account: string;
+  password: string;
   name: string;
   phone: string;
   contactMobile: string;