Browse Source

feat(types): 添加信息价查询类型

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

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

@@ -12,3 +12,11 @@ export interface IInfoLib {
   compilationID: string;
   createDate: number;
 }
+
+export interface IInfoSearch {
+  areaID: string;
+  period: string;
+  keyword: string;
+  classTree: boolean;
+  commonAreaID?: string; // 通用地区ID
+}