仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
采购订单入库批次关联
liyong
10 天以前
d3e57f662fc00214c9d1b1caa9a4dd542a9d2e1e
[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 {
}