Bläddra i källkod

feat(types): bookmatk增加了一个kind

zhenghongfeng 3 år sedan
förälder
incheckning
7d3314625f
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      types/src/interface/bill.ts

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

@@ -1,7 +1,7 @@
 import { IComponent } from './glj';
 import { FileType } from './project';
 import { IElfItem } from './billGuide';
-import { IBRBase, INumFileRef, ITreeScm } from './base';
+import { BRType, IBRBase, INumFileRef, ITreeScm } from './base';
 import { ICalcItem } from './calculation';
 
 // 清单固定类别
@@ -108,6 +108,7 @@ export interface IBookmark {
   creatorID: string;
   createTime: number;
   telNo: string;
+  kind: BRType;
 }
 // 修改书签
 export interface ISetBookmark {