소스 검색

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;
 }