Przeglądaj źródła

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

zhangweicheng 4 lat temu
rodzic
commit
27b9301ddd
1 zmienionych plików z 8 dodań i 0 usunięć
  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
+}