Kaynağa Gözat

feat(types): 指标清单类型调整

zhangweicheng 4 yıl önce
ebeveyn
işleme
6bec81a8d9
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      types/src/interface/bill.ts

+ 2 - 0
types/src/interface/bill.ts

@@ -255,4 +255,6 @@ export interface IBillIndex {
   itemCharacter: string;
   unitPrice: string; // 综合单价
   rations: IBillIndexRation[];
+  minUnitPrice?: string;
+  maxUnitPrice?: string;
 }