Browse Source

feat(types): process

qinlaiqiao 4 năm trước cách đây
mục cha
commit
a9fa357e8d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/process.ts

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

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