@@ -125,6 +125,8 @@ export interface IBill extends IBRBase {
isAdd?: boolean; // 是否用户新增的清单
feeRateID?: string; // 费率ID
feeRate?: number; // 费率值
+ mainBills?: boolean; // 主要清单
+ lockUnitPrice?: boolean; // 锁定单价
[key: string]: any; // 剩下的之后补充
}