소스 검색

feat(types): project增加负责人

vian 5 년 전
부모
커밋
3f00ae1026
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      types/src/interface/project.ts

+ 2 - 1
types/src/interface/project.ts

@@ -238,8 +238,9 @@ export enum ImportType {
 export interface IProject extends ITreeScm {
   type: ProjectType;
   compilationID: string;
-  ownerID: string;
+  ownerID: string; // 拥有者ID(个人或企业)
   ownerType: EntityType;
+  managerID: string; // 负责人ID
   creator: string;
   name: string;
   code?: string;