Parcourir la source

refactor(types): 企业类型

qinlaiqiao il y a 4 ans
Parent
commit
de30a55949
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      types/src/interface/enterprise.ts

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

@@ -7,6 +7,7 @@ export enum Relationship {
 export interface IMember {
   userID: string;
   memberName: string;
+  activated: boolean;
   cptList: string[];
   createProject: 'yes' | 'no';
   projectView: 'self' | 'all';