perf: history增加触发类型显示

This commit is contained in:
xiaojunnuo
2025-06-09 11:13:51 +08:00
parent 0aea9c129c
commit 7f6070c960
5 changed files with 54 additions and 3 deletions
@@ -16,6 +16,9 @@ export class HistoryEntity {
@Column({ comment: '结果状态', length: 20, nullable: true })
status: string;
@Column({ name: 'trigger_type',comment: '触发类型', length: 20, nullable: true })
triggerType: string;
@Column({
name: 'end_time',
comment: '结束时间',