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

refactor(types): rootProjectID to constructionID

vian пре 5 година
родитељ
комит
ab8e91b5dd
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      types/package.json
  2. 1 1
      types/src/interface/project.ts

+ 1 - 1
types/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sc/types",
-  "version": "1.0.12",
+  "version": "1.0.13",
   "description": "共用类型文件",
   "main": "./dist/index.cjs.js",
   "module": "./dist/index.esm.js",

+ 1 - 1
types/src/interface/project.ts

@@ -156,7 +156,7 @@ export interface IEconomicIndex {
 
 // 项目属性
 export interface IProperty {
-  rootProjectID?: string; // 建设项目ID
+  constructionID?: string; // 建设项目ID
   valuationType?: ValuationType; // 计价类型
   valuationID?: string; // 计价规则
   engineeringID?: string; // 工程专业ID