|
|
@@ -6,6 +6,7 @@ import {
|
|
|
createLocation,
|
|
|
BRType,
|
|
|
} from './base';
|
|
|
+import { IBookmark } from './bill';
|
|
|
import { GljType, MaterialType } from './glj';
|
|
|
import { IQuantityDetail } from './quantityDetail';
|
|
|
|
|
|
@@ -336,6 +337,7 @@ export interface IRation {
|
|
|
rationCoeList?: IRationCoe[]; // 定额调整系数
|
|
|
rationTemplate?: IRationTemplate; // 定额模板
|
|
|
rationInstallList?: IRationInstall[]; // 定额安装增加
|
|
|
+ bookmarks?: IBookmark[];
|
|
|
}
|
|
|
|
|
|
export interface IRations {
|