소스 검색

fix(types): 删除多余定义

vian 3 년 전
부모
커밋
3517ce3248
1개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  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', // 正在审批