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

feat(types): matchInfoPrice增加ID

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

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

@@ -182,6 +182,7 @@ export const GljModelName = {
 };
 };
 
 
 export interface IMatchedInfoPrice {
 export interface IMatchedInfoPrice {
+  ID: string;
   basePrice: string;
   basePrice: string;
   key: string;
   key: string;
   keywordList: IInfoKeyword[];
   keywordList: IInfoKeyword[];