소스 검색

feat(types): 添加subjectExecutor到CptModelName

LuoHaoxuan 4 년 전
부모
커밋
94f0deacba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/base.ts

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

@@ -152,6 +152,7 @@ export enum CptModelName {
   billIndex = 'billIndex', // 清单指标库
   FBIndex = 'FBIndex', // 分部指标库
   commonIndex = 'commonIndex', // 综合指标库
+  subjectExecutor = 'subjectExecutor', // 三合一执行人
 }
 
 // 无数据表的模块名称的枚举