Sfoglia il codice sorgente

feat: 密码问题

zhangweicheng 3 anni fa
parent
commit
f83d055fed
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;