Explorar el Código

feat(types): IBookmark增加一个processID

zhenghongfeng hace 4 años
padre
commit
3533d0f4bc
Se han modificado 1 ficheros con 1 adiciones y 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 {