|
@@ -10,6 +10,15 @@ import { IBookmark } from './bill';
|
|
|
import { GljType, MaterialType } from './glj';
|
|
import { GljType, MaterialType } from './glj';
|
|
|
import { IQuantityDetail } from './quantityDetail';
|
|
import { IQuantityDetail } from './quantityDetail';
|
|
|
|
|
|
|
|
|
|
+// 标准定额库
|
|
|
|
|
+export interface IStdRationLib {
|
|
|
|
|
+ dispName: string;
|
|
|
|
|
+ compilationId: string;
|
|
|
|
|
+ compilationName: string;
|
|
|
|
|
+ gljLib: number;
|
|
|
|
|
+ ID: number;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
export interface IStdRationChapter {
|
|
export interface IStdRationChapter {
|
|
|
rationRepId: number; // 标准库的属性
|
|
rationRepId: number; // 标准库的属性
|
|
|
ID: string; // 补充库的直接用新结构,所以有两种类型
|
|
ID: string; // 补充库的直接用新结构,所以有两种类型
|