|
|
@@ -1,7 +1,7 @@
|
|
|
import { IComponent } from './glj';
|
|
|
import { FileType } from './project';
|
|
|
import { IElfItem } from './billGuide';
|
|
|
-import { IBRBase, INumFileRef, ITreeScm } from './base';
|
|
|
+import { BRType, IBRBase, INumFileRef, ITreeScm } from './base';
|
|
|
import { ICalcItem } from './calculation';
|
|
|
|
|
|
// 清单固定类别
|
|
|
@@ -108,6 +108,7 @@ export interface IBookmark {
|
|
|
creatorID: string;
|
|
|
createTime: number;
|
|
|
telNo: string;
|
|
|
+ kind: BRType;
|
|
|
}
|
|
|
// 修改书签
|
|
|
export interface ISetBookmark {
|