Przeglądaj źródła

feat(types): 表单增加概算编号

vian 3 lat temu
rodzic
commit
79a0bb812c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/budgetData.ts

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

@@ -35,4 +35,5 @@ export interface IBudgetData {
   delegateApprovalUnit?: string;
   delegateApprovalUnitReceiver?: string;
   approvalRecipient?: string;
+  budgetEstimateApprovalNumber?: string; // 概算编号
 }