Explorar o código

feat: 流程定义

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
285074e510
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/process.ts

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

@@ -123,6 +123,7 @@ export interface IProcess {
   time?: number; // 当前环节完成时间(仅当审批通过或审批退回时会有时间)
   time?: number; // 当前环节完成时间(仅当审批通过或审批退回时会有时间)
   participantInfo: IParticipantInfo;
   participantInfo: IParticipantInfo;
   afterAuditMoney?: number; // 审后的金额
   afterAuditMoney?: number; // 审后的金额
+  referenceID?: string; // 流程里引用的templateID
 }
 }
 
 
 export interface Members {
 export interface Members {