Browse Source

feat(types): 信息价相关

zhangweicheng 5 năm trước cách đây
mục cha
commit
4f571a2d53
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      types/src/interface/infoPrice.ts

+ 3 - 0
types/src/interface/infoPrice.ts

@@ -18,6 +18,8 @@ export interface IInfoSearch {
   period: string;
   period: string;
   keyword: string;
   keyword: string;
   classTree: boolean;
   classTree: boolean;
+  classID?: string; // 所属分类
+  code?: string; // 编码
   commonAreaID?: string; // 通用地区ID
   commonAreaID?: string; // 通用地区ID
 }
 }
 
 
@@ -45,4 +47,5 @@ export interface IInfoPriceItem {
   areaID: string; // 地区
   areaID: string; // 地区
   compilationID: string; // 费用定额
   compilationID: string; // 费用定额
   remark: string;
   remark: string;
+  matchString?: string; // 临时变量关键词匹配时用到
 }
 }