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