Explorar el Código

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

zhangweicheng hace 4 años
padre
commit
27b9301ddd
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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
+}