Browse Source

feat(types): IBookmark增加一个processID

zhenghongfeng 4 năm trước cách đây
mục cha
commit
3533d0f4bc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/bill.ts

+ 1 - 0
types/src/interface/bill.ts

@@ -111,6 +111,7 @@ export interface IBookmark {
   kind: BRType;
   institution?: string;
   procunit?: string;
+  processID?: string;
 }
 // 修改书签
 export interface ISetBookmark {