浏览代码

feat(types): 添加材价差检测结果

zhangweicheng 4 年之前
父节点
当前提交
e29cd909c0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/bill.ts

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

@@ -143,6 +143,7 @@ export interface IBill extends IBRBase {
   claimVisa?: string; // 签证及索赔依据
   checkFormResult?: string; // 形式检测结果
   checkMaterialResult?: string; // 材料检测结果
+  checkPriceDiffResult?: string; // 材价差检测结果
   priceScope?: IPriceScope; // 价格区间
   classCode?: string; // 类别别名,清单经过机器检测后会加上
   checkRationResult?: string; // 机器检测结果(必套、选套、错套定额相关)