Explorar el Código

feat: 密码问题

zhangweicheng hace 3 años
padre
commit
f83d055fed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;