Bläddra i källkod

fix(types): 删除多余定义

vian 3 år sedan
förälder
incheckning
3517ce3248
1 ändrade filer med 0 tillägg och 18 borttagningar
  1. 0 18
      types/src/interface/process.ts

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

@@ -274,24 +274,6 @@ export interface IApproval {
   businessType?: BusinessTypeKey;
 }
 
-// 三合一后台配置的步骤模板数据
-export interface I3in1ProcessTemplateItem {
-  ID: string;
-  name: string;
-  sectorType: SectorType;
-  conditionInfo: IConditionInfoItem<I3in1ProcessTemplateItem>[];
-}
-
-// 三合一后台配置的业务数据(approval表)
-export interface I3in1Approval {
-  ID: string;
-  // 主体ID
-  gatherID: string;
-  // 业务类型
-  businessType: BusinessTypeKey;
-  process: I3in1ProcessTemplateItem[];
-}
-
 export enum ApprovalStatus {
   CREATED = 'created', // 创建完成
   PROCESSING = 'processing', // 正在审批