فهرست منبع

feat(types): 超高降效

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

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

@@ -286,6 +286,7 @@ export interface IBRBase {
   areaIncreaseFee?: boolean | null; // { type: Schema.Types.Mixed; default: false }; // true 是,false否,null 不确定,三个状态
   areaIncreaseFee?: boolean | null; // { type: Schema.Types.Mixed; default: false }; // true 是,false否,null 不确定,三个状态
   fees?: IFees; // 费用字段
   fees?: IFees; // 费用字段
   bookmarks?: IBookmark[]; // 书签批注
   bookmarks?: IBookmark[]; // 书签批注
+  overHeight?: string; // 超高降效
 
 
   targetUnitPrice?: number; // 调价:目标综合单价
   targetUnitPrice?: number; // 调价:目标综合单价
   targetTotalFee?: number; // 调价:目标综合合价
   targetTotalFee?: number; // 调价:目标综合合价