Преглед на файлове

feat(types): 更新IBudgetData

LuoHaoxuan преди 3 години
родител
ревизия
ddc5f01100
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      types/src/interface/budgetData.ts

+ 3 - 2
types/src/interface/budgetData.ts

@@ -32,6 +32,7 @@ export interface IBudgetData {
   reportingInstructions?: string;
   reportingInstructions?: string;
   approvalType?: string;
   approvalType?: string;
   conditions: [condition];
   conditions: [condition];
-  delegateApprovalUnit: string;
-  delegateApprovalUnitReceiver: string;
+  delegateApprovalUnit?: string;
+  delegateApprovalUnitReceiver?: string;
+  approvalRecipient?: string;
 }
 }