Ver código fonte

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

vian 3 anos atrás
pai
commit
b55e0f2fd4
1 arquivos alterados com 1 adições e 0 exclusões
  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; // 报审金额