소스 검색

feat(types): 修改ICollaborator

LuoHaoxuan 3 년 전
부모
커밋
b2488351d5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/process.ts

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

@@ -172,6 +172,7 @@ export interface SimpleDynamicStep {
 // 3合1协审人信息
 export interface ICollaborator {
   ID: string; // 用户ID
+  executorID?: string; // 执行者ID
   institutionID?: string; // 机构ID,只在协审角色为审批单位的时候存在
   name?: string; // 用户姓名
   deadline: string | number; //  截至时间