Browse Source

feat(types): 企业

qinlaiqiao 5 years ago
parent
commit
7af8ca5626
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/enterprise.ts

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

@@ -1,5 +1,6 @@
 export interface IMember {
   userID: string;
+  memberName: string;
   cptList: string[];
   createProject: 'yes' | 'no';
   projectView: 'self' | 'all';