Browse Source

feat(types): 修改IBudgetData接口condition字段

LuoHaoxuan 3 years atrás
parent
commit
471305557b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/budgetData.ts

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

@@ -1,5 +1,6 @@
 export interface condition {
   ID: string;
+  processID: string;
   field: string;
   fieldValue: string;
 }