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