|
@@ -242,6 +242,7 @@ export interface IComponentPermissionConfig {
|
|
|
export interface IFixedCollaboratorConfig {
|
|
export interface IFixedCollaboratorConfig {
|
|
|
executors: string[]; // 固定协审
|
|
executors: string[]; // 固定协审
|
|
|
permissions: IComponentPermissionConfig[];
|
|
permissions: IComponentPermissionConfig[];
|
|
|
|
|
+ cooperative?: boolean; // 固定协审人是否可以添加协审
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 参与者配置项
|
|
// 参与者配置项
|