Kaynağa Gözat

feat(types): matchInfoPrice增加ID

vian 4 yıl önce
ebeveyn
işleme
1a4f51efe9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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[];