仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
宁夏三级mom后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
定金增加默认值
huminmin
7 天以前
1feea304776ab97ab04f953a3e1b2334dfdc8732
[mom-pro2-after.git]
/
yudao-module-im
/
src
/
main
/
java
/
cn
/
iocoder
/
yudao
/
module
/
im
/
service
/
websocket
/
notification
/
group
/
GroupMemberInviteNotification.java
1
2
3
4
5
6
7
package cn.iocoder.yudao.module.im.service.websocket.notification.group;
/**
* 成员加入事件通知(memberUserIds 为被邀请人)
*/
public class GroupMemberInviteNotification extends GroupMemberListNotification {
}