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