Browse Source

feat(types): addInfo更新

vian 3 years ago
parent
commit
7361dcccf3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      types/src/interface/process.ts

+ 4 - 0
types/src/interface/process.ts

@@ -362,6 +362,8 @@ export interface IAddCostFileInfo {
   processID: string;
   // 来自步骤ID添加的
   processName: string;
+  // 创建人ID
+  creatorID: string;
   // 创建人名字
   creatorName: string;
 }
@@ -726,6 +728,8 @@ export interface ISettlementAuditItem {
   type?: AuditMoneyType;
   // 备注
   remark?: string;
+  // 新增、增报项目费用项步骤信息
+  addInfo?: IAddCostFileInfo;
 }
 
 // 概算预算阶段造价对比 审核明细表格数据