Просмотр исходного кода

feat(types): IInfoSearch 增加 classCode

chenshilong 4 лет назад
Родитель
Сommit
e8c3b705d2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/infoPrice.ts

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

@@ -21,6 +21,7 @@ export interface IInfoSearch {
   classID?: string; // 所属分类
   code?: string; // 编码
   commonAreaID?: string; // 通用地区ID
+  classCode?: string;
 }
 
 export interface IAreaClass {