@@ -110,7 +110,7 @@ export interface IBookmark {
telNo: string;
kind: BRType;
institution?: string;
- procunit?: number;
+ procunit?: string;
}
// 修改书签
export interface ISetBookmark {
@@ -18,7 +18,7 @@ export interface ILogDetail<T = any> {
field?: string; // 修改的field
processID?: string; // 流程ID
institution?: string; // 单位名称
- procunit?: number; // 流程环节
+ procunit?: string; // 流程环节
export interface IEditLog {