Browse Source

feat(client): 在IConditionItem添加ID

LuoHaoxuan 3 years ago
parent
commit
5bc9c6d68b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/process.ts

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

@@ -211,6 +211,7 @@ export interface IProcedureParticipantInfo {
 
 // 3合1分支判断信息
 export interface IConditionItem {
+  ID: string;
   field: string;
   type: string;
   symbol: string;