mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
perf: 优化证书申请成功通知发送方式
This commit is contained in:
@@ -17,6 +17,9 @@ export class NotificationEntity {
|
||||
@Column({ name: 'setting', comment: '通知配置', length: 10240 })
|
||||
setting: string;
|
||||
|
||||
@Column({ name: 'is_default', comment: '是否默认' })
|
||||
isDefault: boolean;
|
||||
|
||||
@Column({
|
||||
name: 'create_time',
|
||||
comment: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user