Pārlūkot izejas kodu

feat(types): process

qinlaiqiao 4 gadi atpakaļ
vecāks
revīzija
a9fa357e8d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      types/src/interface/process.ts

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

@@ -59,6 +59,7 @@ export interface IProcess {
   name: string;
   sectorType: SectorType;
   seq?: number;
+  time?: number; // 当前环节完成时间(仅当审批通过或审批退回时会有时间)
   participantInfo: IParticipantInfo;
 }