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

refactor(types): 将cptRationItems改为cptRation

vian пре 4 година
родитељ
комит
9de4215878
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/base.ts

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

@@ -131,7 +131,7 @@ export enum CptModelName {
   cptRationCoeList = 'cptRationCoeList',
   cptRationInstallation = 'cptRationInstallation',
   cptRationInstallationSection = 'cptRationInstallationSection',
-  cptRationItems = 'cptRationItems',
+  cptRation = 'cptRation',
   cptRationChapterTrees = 'cptRationChapterTrees',
   configMaterials = 'configMaterials',
   projectGljs = 'projectGljs',