|
|
@@ -154,8 +154,8 @@ export enum CptModelName {
|
|
|
commonIndex = 'commonIndex', // 综合指标库
|
|
|
gatherExecutor = 'gatherExecutor', // 三合一执行人
|
|
|
budgetData = 'budgetData',
|
|
|
- subjectMatter = 'subjectMatter', // 事项-前台
|
|
|
- subjectStepMatter = 'subjectStepMatter', // 步骤事项关系表
|
|
|
+ gatherMatter = 'subjectMatter', // 事项-前台
|
|
|
+ gatherStepMatter = 'subjectStepMatter', // 步骤事项关系表
|
|
|
approvalStatus = 'approvalStatus', // 审批状态关系表
|
|
|
}
|
|
|
|