Procházet zdrojové kódy

feat(types): process

qinlaiqiao před 4 roky
rodič
revize
68bad58dc3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      types/src/interface/process.ts

+ 2 - 2
types/src/interface/process.ts

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