Explorar o código

feat(types): matchInfoPrice增加ID

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
1a4f51efe9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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[];