Explorar el Código

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

vian hace 3 años
padre
commit
79a0bb812c
Se han modificado 1 ficheros con 1 adiciones y 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; // 概算编号
 }