Explorar o código

fix(types): 书签批注类型

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
6a22e93776
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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; // 批注
 }