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