Ver código fonte

feat: 密码问题

zhangweicheng 3 anos atrás
pai
commit
f83d055fed
1 arquivos alterados com 1 adições e 0 exclusões
  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;