Kaynağa Gözat

feat(types): 推荐价添加classCode

zhangweicheng 4 yıl önce
ebeveyn
işleme
803e8610e5
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

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