Przeglądaj źródła

feat(types): matchInfoPrice增加ID

vian 4 lat temu
rodzic
commit
1a4f51efe9
1 zmienionych plików z 1 dodań i 0 usunięć
  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[];