Explorar el Código

feat(types): 在IBudgetCheckForm添加businessID

LuoHaoxuan hace 3 años
padre
commit
bd578adcaa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/budgetCheck.ts

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

@@ -14,6 +14,7 @@ export interface IBudgetCheckFormTree {
 
 export interface IBudgetCheckForm {
   ID: string;
+  businessID: string; // 业务ID
   approvalID: string; // 流程ID
   matterID: string; // 事项ID
   title: string; // 复核表标题