Browse Source

fix(client): 项目信息新增指标分部属性

lishihao 4 years atrás
parent
commit
fa43037135
2 changed files with 2 additions and 0 deletions
  1. 1 0
      types/src/interface/compilation.ts
  2. 1 0
      types/src/interface/project.ts

+ 1 - 0
types/src/interface/compilation.ts

@@ -17,6 +17,7 @@ export interface ITaxGroup {
   colLib: IFileRef;
   feeLib: IFileRef;
   taxType: TaxType;
+  normLib: string;
 }
 
 // 工程专业

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

@@ -239,6 +239,7 @@ export interface IProperty {
   infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
   recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
   saveLog?: boolean; // 记录项目编辑log
+  normLib?:string;
 }
 
 // 原来的列设置太复杂了,没什么必要