仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/dev_business' into dev_business
liyong
5 小时以前
7a23c450f3ac85de7dca1b908de273ff636ce218
[mom-pro2-after.git]
/
yudao-module-im
/
src
/
main
/
java
/
cn
/
iocoder
/
yudao
/
module
/
im
/
service
/
websocket
/
notification
/
group
/
GroupCreateNotification.java
1
2
3
4
5
6
7
package cn.iocoder.yudao.module.im.service.websocket.notification.group;
/**
* 群创建事件通知(memberUserIds 含创建者 + 初始邀请成员)
*/
public class GroupCreateNotification extends GroupMemberListNotification {
}