浏览代码

feat(types): 在IBudgetCheckForm添加businessID

LuoHaoxuan 3 年之前
父节点
当前提交
bd578adcaa
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {
 export interface IBudgetCheckForm {
   ID: string;
   ID: string;
+  businessID: string; // 业务ID
   approvalID: string; // 流程ID
   approvalID: string; // 流程ID
   matterID: string; // 事项ID
   matterID: string; // 事项ID
   title: string; // 复核表标题
   title: string; // 复核表标题