|
@@ -1,6 +1,7 @@
|
|
|
import { ReportTree } from './report';
|
|
import { ReportTree } from './report';
|
|
|
import { CptModelName, SubModelName, ActionType } from './base';
|
|
import { CptModelName, SubModelName, ActionType } from './base';
|
|
|
import { BusinessTypeKey } from './subjectUnit';
|
|
import { BusinessTypeKey } from './subjectUnit';
|
|
|
|
|
+import { member } from './subjectExecutor';
|
|
|
|
|
|
|
|
// 环节类型
|
|
// 环节类型
|
|
|
export enum SectorType {
|
|
export enum SectorType {
|
|
@@ -166,6 +167,7 @@ export interface IProcedureItem {
|
|
|
content: string;
|
|
content: string;
|
|
|
approvalTime: string;
|
|
approvalTime: string;
|
|
|
executorID?: string;
|
|
executorID?: string;
|
|
|
|
|
+ members?: member[];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IApproval {
|
|
export interface IApproval {
|