Bladeren bron

feat(types): IBookmark增加一个processID

zhenghongfeng 3 jaren geleden
bovenliggende
commit
3533d0f4bc
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      types/src/interface/bill.ts

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

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