Explorar o código

feat(types): 企业

qinlaiqiao %!s(int64=5) %!d(string=hai) anos
pai
achega
7af8ca5626
Modificáronse 1 ficheiros con 1 adicións e 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';