|
@@ -200,3 +200,7 @@ export interface IStdBill extends ITreeScm {
|
|
|
quantityIndexUnit: string; // 工程量指标单位
|
|
quantityIndexUnit: string; // 工程量指标单位
|
|
|
quantityIndexCoe: number; // 单位转换系数
|
|
quantityIndexCoe: number; // 单位转换系数
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+export interface IStdBillCodesMap {
|
|
|
|
|
+ [libID: string]: string[];
|
|
|
|
|
+}
|