Sfoglia il codice sorgente

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

LuoHaoxuan 3 anni fa
parent
commit
471305557b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 }