Browse Source

feat(types): 在IProcedureProcess添加processCorrelationID

LuoHaoxuan 3 years atrás
parent
commit
7e93b315fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

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

@@ -157,6 +157,7 @@ export interface IConditionInfoItem {
 // 3合1步骤中的一个环节
 export interface IProcedureProcess {
   ID: string;
+  processCorrelationID: string;
   name: string;
   sectorType: string;
   participantInfo: IProcedureParticipantInfo;