Ver código fonte

feat(types): 企业

qinlaiqiao 4 anos atrás
pai
commit
7af8ca5626
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      types/src/interface/enterprise.ts

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

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