|
@@ -176,6 +176,7 @@ export interface SimpleDynamicStep {
|
|
|
export interface ICollaborator {
|
|
export interface ICollaborator {
|
|
|
ID: string; // 用户ID
|
|
ID: string; // 用户ID
|
|
|
creatorID?: string; // 创建协审人的ID
|
|
creatorID?: string; // 创建协审人的ID
|
|
|
|
|
+ canAddCo?: boolean; // 该协审是否可以添加协审
|
|
|
executorInfo?: {
|
|
executorInfo?: {
|
|
|
executorID: string;
|
|
executorID: string;
|
|
|
executorName: string;
|
|
executorName: string;
|