فهرست منبع

feat(types): 完善IBudgetData接口

LuoHaoxuan 3 سال پیش
والد
کامیت
d9d99907cc
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;
 }