Browse Source

feat(types): model枚举增加cptRationTree

vian 4 years ago
parent
commit
b3bfd62748
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/base.ts

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

@@ -125,7 +125,7 @@ export enum CptModelName {
   feeRateFile = 'feeRateFile',
   feeRateFile = 'feeRateFile',
   labourCoeFile = 'labourCoeFile',
   labourCoeFile = 'labourCoeFile',
   importLogs = 'importLogs',
   importLogs = 'importLogs',
-  cptRationSectionTpl = 'cptRationSectionTpl',
+  cptRationTree = 'cptRationTree',
   cptGlj = 'cptGlj',
   cptGlj = 'cptGlj',
   cptGljTree = 'cptGljTree',
   cptGljTree = 'cptGljTree',
   cptRationCoeList = 'cptRationCoeList',
   cptRationCoeList = 'cptRationCoeList',