@@ -4,8 +4,8 @@ import { BusinessTypeKey, MatterTypeKey } from './gather';
export interface IAuditSummaryConfig {
// 阶段名称
name: string;
- // 关联步骤ID
- stepID: string;
+ // 关联步骤ID(条件下有多个步骤)
+ stepIDs: string[];
}
// 事项