瀏覽代碼

feat(types): IBookmark增加一个processID

zhenghongfeng 3 年之前
父節點
當前提交
3533d0f4bc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {