Explorar o código

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

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
d59987c888
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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[]; // 工程量明细 -- 原先保存在另外的表中