Преглед изворни кода

feat(types): 造价信息增加项目名称

vian пре 3 година
родитељ
комит
b55e0f2fd4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      types/src/interface/business.ts

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

@@ -1,5 +1,6 @@
 // 造价文件信息
 // 造价文件信息
 export interface ICostInfo {
 export interface ICostInfo {
+  constructionName: string;
   constructionID: string;
   constructionID: string;
   orgFee: string; // 原报金额
   orgFee: string; // 原报金额
   conclusionFee: string; // 报审金额
   conclusionFee: string; // 报审金额