perf: 支持企业微信群聊机器人通知

This commit is contained in:
xiaojunnuo
2024-11-23 23:58:31 +08:00
parent 5450246f06
commit b805a29259
19 changed files with 163 additions and 41 deletions
@@ -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;