Explorar el Código

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

vian hace 3 años
padre
commit
b55e0f2fd4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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; // 报审金额