仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
宁夏三级mom后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat(aftersales): 售后工单新增问题类型和严重程度字段
云
2026-07-31
83e1b4d0e661f11a407fd6ea86e906b9b87b7180
[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 {
}