Browse Source

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

LuoHaoxuan 3 years ago
parent
commit
d6818ba03c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      types/src/interface/project.ts

+ 5 - 0
types/src/interface/project.ts

@@ -270,6 +270,11 @@ export interface IProperty {
   itemIncreaseCalcOption?: IItemIncreaseCalcOption; // 子目增加费计算选项
   installIncreaseCalcOption?: IInstallIncreaseCalcOption; // 安装增加费计算选项
   billCheckRate?: number; // 清单检测合格率
+  XMLProperty?: {
+    // 导入电子接口xml2.0保留的值,导出xml2.0时要用
+    ID1?: string;
+    ID2?: string;
+  };
 }
 
 // 原来的列设置太复杂了,没什么必要