Browse Source

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

vian 3 năm trước cách đây
mục cha
commit
b55e0f2fd4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/business.ts

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

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