소스 검색

refactor(types): process

qinlaiqiao 4 년 전
부모
커밋
779a96d54e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      types/src/interface/process.ts

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

@@ -95,7 +95,6 @@ export interface IProcess {
   createdByProcess?: string; // 上环节ID, 表示哪个环节创建的(上环节添加的)
   time?: number; // 当前环节完成时间(仅当审批通过或审批退回时会有时间)
   participantInfo: IParticipantInfo;
-  beforeAuditMoney?: number; // 审前的金额
   afterAuditMoney?: number; // 审后的金额
 }