|
@@ -213,6 +213,7 @@ export interface IProcedureItem {
|
|
|
content: string;
|
|
content: string;
|
|
|
approvalTime: string;
|
|
approvalTime: string;
|
|
|
executor?: IProcessExecutor;
|
|
executor?: IProcessExecutor;
|
|
|
|
|
+ collaborator?: ICollaborator[];
|
|
|
// members?: executorMember[];
|
|
// members?: executorMember[];
|
|
|
approvalWay?: string;
|
|
approvalWay?: string;
|
|
|
dynamicSteps?: SimpleDynamicStep[];
|
|
dynamicSteps?: SimpleDynamicStep[];
|