ソースを参照

feat(types): 推荐价添加classCode

zhangweicheng 4 年 前
親
コミット
803e8610e5
1 ファイル変更、1 行追加、0 行削除
  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;
 }