/** * @description: 查询可退回的历史节点参数 */ export interface GetHistoryNodesListParamsModel { taskId?: string } /** * @description: 查询流程图高亮显示的节点集合参数 */ export interface GetHistoryHighLineListParamsModel { businessKey?: string } /** * @description: 查询可退回的历史节点参数 */ export interface GetHistoryRecordsListParamsModel { businessKey?: string }