Explorar el Código

feat(client): 在IConditionItem添加ID

LuoHaoxuan hace 3 años
padre
commit
5bc9c6d68b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;