فهرست منبع

fix(types): bill新增 必套、选套、错套定额相关的机器检测结果

lishihao 4 سال پیش
والد
کامیت
3d623902aa
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      types/src/interface/bill.ts

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

@@ -144,6 +144,7 @@ export interface IBill extends IBRBase {
   checkResult?: string; // 机器检测结果
   priceScope?: IPriceScope; // 价格区间
   classCode?: string; // 类别别名,清单经过机器检测后会加上
+  checkRationResult?:string;//机器检测结果(必套、选套、错套定额相关)
   [key: string]: any; // 剩下的之后补充
 }