Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
79a0bb812c
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

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