Browse Source

feat: 密码问题

zhangweicheng 3 năm trước cách đây
mục cha
commit
f83d055fed
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;