소스 검색

feat(client): 在IConditionItem添加ID

LuoHaoxuan 3 년 전
부모
커밋
5bc9c6d68b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;