소스 검색

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 {