Explorar el Código

feat(types): 推荐价添加classCode

zhangweicheng hace 4 años
padre
commit
803e8610e5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/glj.ts

+ 1 - 0
types/src/interface/glj.ts

@@ -190,6 +190,7 @@ export interface IMatchedInfoPrice {
   specs: string;
   unit: string;
   dateRemark?: string;
+  classCode: string;
   code: string;
 }