Browse Source

wip(types): 信息价类型

zhangweicheng 4 years ago
parent
commit
6a7d109da3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/infoPrice.ts

+ 1 - 1
types/src/interface/infoPrice.ts

@@ -24,7 +24,7 @@ export interface IInfoSearch {
 export interface IAreaClass {
   ID: string;
   parentID: string;
-  seq: string;
+  seq: number;
   name: string;
   areaID: string;
   libID: string;