فهرست منبع

feat(types): project增加负责人

vian 4 سال پیش
والد
کامیت
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;