mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
perf: 支持企业微信群聊机器人通知
This commit is contained in:
@@ -6,7 +6,7 @@ export class NotificationEntity {
|
||||
id: number;
|
||||
|
||||
@Column({ name: 'user_id', comment: 'UserId' })
|
||||
userId: string;
|
||||
userId: number;
|
||||
|
||||
@Column({ name: 'type', comment: '通知类型' })
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user