瀏覽代碼

feat(types): 在ICollaborator添加canAddCo

LuoHaoxuan 3 年之前
父節點
當前提交
64fc122a4e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/process.ts

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

@@ -176,6 +176,7 @@ export interface SimpleDynamicStep {
 export interface ICollaborator {
 export interface ICollaborator {
   ID: string; // 用户ID
   ID: string; // 用户ID
   creatorID?: string; // 创建协审人的ID
   creatorID?: string; // 创建协审人的ID
+  canAddCo?: boolean; // 该协审是否可以添加协审
   executorInfo?: {
   executorInfo?: {
     executorID: string;
     executorID: string;
     executorName: string;
     executorName: string;