فهرست منبع

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

zhangweicheng 4 سال پیش
والد
کامیت
6bec81a8d9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;
 }