Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
471305557b
Modificáronse 1 ficheiros con 1 adicións e 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;
 }