Explorar el Código

feat(types): 在IAPUser添加passwordModifyTime

LuoHaoxuan hace 3 años
padre
commit
8a511817b8
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

@@ -113,6 +113,7 @@ export interface IAPUser {
   projectLimit?: number; // 创建项目数量的限制
   failLoginCount?: number; // 登陆失败的次数
   lastTryLoginTime?: number; // 上次尝试登陆的时间
+  passwordModifyTime?: number; // 密码修改时间
 }
 
 // 最近联系人