Kaynağa Gözat

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

vian 3 yıl önce
ebeveyn
işleme
b55e0f2fd4
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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; // 报审金额