仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
库存流水修改
liyong
5 天以前
450bcae3cfffe9923dc09dea2a4e89312bb373d7
[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 {
}