|
|
@@ -1,7 +1,7 @@
|
|
|
import { IProjectGlj } from './glj';
|
|
|
import { IBill, IBookmark } from './bill';
|
|
|
import { IProject, IProjectPermission } from './project';
|
|
|
-import { IRation } from './ration';
|
|
|
+import { IGljQtyCoe, IRation } from './ration';
|
|
|
import { IFeeRateFile } from './feeRate';
|
|
|
import { ICalcProgramFile } from './calculation';
|
|
|
import { IConfigMaterial } from './configMaterial';
|
|
|
@@ -234,5 +234,8 @@ export interface IBRBase {
|
|
|
quantity?: number;
|
|
|
quantityEXP?: string;
|
|
|
quantityDetails?: IQuantityDetail[]; // 工程量明细 -- 原先保存在另外的表中
|
|
|
+ fees?: any; // 费用字段
|
|
|
+ gljQtyCoe?: IGljQtyCoe; // 工料机消耗量调整系数字段
|
|
|
+ rationQtyCoe?: number; // 子目工程量调整系数
|
|
|
bookmarks?: IBookmark[]; // 书签批注
|
|
|
}
|