Explorar o código

fix(types): 删除多余定义

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

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

@@ -274,24 +274,6 @@ export interface IApproval {
   businessType?: BusinessTypeKey;
   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 {
 export enum ApprovalStatus {
   CREATED = 'created', // 创建完成
   CREATED = 'created', // 创建完成
   PROCESSING = 'processing', // 正在审批
   PROCESSING = 'processing', // 正在审批