mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
perf: history增加触发类型显示
This commit is contained in:
@@ -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: '结束时间',
|
||||
|
||||
Reference in New Issue
Block a user