@@ -0,0 +1,7 @@
+// 造价文件信息
+export interface ICostInfo {
+ constructionID: string;
+ orgFee: string; // 原报金额
+ conclusionFee: string; // 报审金额
+ billCheckPercentOfPass: string; // 清单检测合格率
+}
@@ -35,3 +35,4 @@ export * from './matter';
export * from './loginLog';
export * from './budgetData';
export * from './approvalStatus';
+export * from './business';