Explorar o código

feat(types): 在ICollaborator添加canAddCo

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
64fc122a4e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {
   ID: string; // 用户ID
   creatorID?: string; // 创建协审人的ID
+  canAddCo?: boolean; // 该协审是否可以添加协审
   executorInfo?: {
     executorID: string;
     executorName: string;