Преглед изворни кода

feat(types): matchInfoPrice增加ID

vian пре 4 година
родитељ
комит
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 {
+  ID: string;
   basePrice: string;
   key: string;
   keywordList: IInfoKeyword[];