|
|
@@ -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', // 正在审批
|