瀏覽代碼

fix(types): 书签批注类型

zhangweicheng 4 年之前
父節點
當前提交
6a22e93776
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      types/src/interface/base.ts

+ 3 - 1
types/src/interface/base.ts

@@ -233,5 +233,7 @@ export interface IBRBase {
   quantity?: number;
   quantityEXP?: string;
   quantityDetails?: IQuantityDetail[]; // 工程量明细 -- 原先保存在另外的表中
-  bookMark?: IBookmark[]; // 书签批注
+  bookmarks?: IBookmark[]; // 书签批注
+  bookmarkBackground?: string; // 书签背景色
+  bookmarkAnnotation?: string; // 批注
 }