Преглед изворни кода

feat(types): 定额添加市场价和调后市场价

zhangweicheng пре 4 година
родитељ
комит
d59987c888
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      types/src/interface/base.ts

+ 4 - 0
types/src/interface/base.ts

@@ -250,6 +250,10 @@ export interface IBRBase {
   unit?: string;
   code?: string;
   name?: string;
+  // 工料机类型的定额或者特殊清单会用到市场价和调后价
+  marketPrice?: number;
+  tenderPrice?: number;
+
   quantity?: number;
   quantityEXP?: string;
   quantityDetails?: IQuantityDetail[]; // 工程量明细 -- 原先保存在另外的表中