Explorar el Código

feat(types): 企业

qinlaiqiao hace 5 años
padre
commit
7af8ca5626
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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';