فهرست منبع

feat(types): 审批步骤新增主体和业务类型

caipin 3 سال پیش
والد
کامیت
ba3f2991d3
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      types/src/interface/process.ts

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

@@ -1,5 +1,6 @@
 import { ReportTree } from './report';
 import { CptModelName, SubModelName, ActionType } from './base';
+import { BusinessTypeKey } from './subjectUnit';
 
 // 环节类型
 export enum SectorType {
@@ -123,6 +124,8 @@ export interface IApproval {
   createdID: string;
   createdTime: number;
   process: IProcess[];
+  subjectID?: string;
+  businessType?: BusinessTypeKey;
 }
 
 export enum ApprovalStatus {