Explorar el Código

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

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