Explorar o código

feat(types): IBookmark增加一个processID

zhenghongfeng %!s(int64=3) %!d(string=hai) anos
pai
achega
3533d0f4bc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {