ソースを参照

wip(types): 信息价类型

zhangweicheng 5 年 前
コミット
6a7d109da3
1 ファイル変更1 行追加1 行削除
  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;