Explorar o código

feat(types): user

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
248da0f9d3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/user.ts

+ 1 - 0
types/src/interface/user.ts

@@ -100,6 +100,7 @@ export interface IAPUser {
   isCreated?: boolean; // 是否可创建,字段由后台定义
   roleIDs?: string[]; // 角色ID列表
   enable?: boolean;
+  projectLimit?: number; // 创建项目数量的限制
 }
 
 // 最近联系人