Kaynağa Gözat

feat(types): 完善IBudgetData接口

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
d9d99907cc
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      types/src/interface/budgetData.ts

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

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