【代码评审】IM:review IM 前缀的命名
This commit is contained in:
parent
dc28c7e8a2
commit
f1731e4446
|
@ -6,7 +6,6 @@ import cn.iocoder.yudao.module.im.dal.dataobject.conversation.ImConversationDO;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* IM 会话 Service 接口
|
||||
*
|
||||
|
|
|
@ -11,7 +11,6 @@ import org.springframework.validation.annotation.Validated;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* IM 会话 Service 实现类
|
||||
*
|
||||
|
|
|
@ -5,7 +5,6 @@ import cn.iocoder.yudao.module.im.controller.admin.group.vo.*;
|
|||
import cn.iocoder.yudao.module.im.dal.dataobject.group.ImGroupDO;
|
||||
import cn.iocoder.yudao.framework.common.pojo.PageResult;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* 群 Service 接口
|
||||
*
|
||||
|
|
|
@ -14,7 +14,6 @@ import cn.iocoder.yudao.module.im.dal.mysql.group.ImGroupMapper;
|
|||
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
|
||||
import static cn.iocoder.yudao.module.im.enums.ErrorCodeConstants.*;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* 群 Service 实现类
|
||||
*
|
||||
|
|
|
@ -4,7 +4,6 @@ import cn.iocoder.yudao.module.im.dal.dataobject.message.ImMessageDO;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* IM 收件箱 Service 接口
|
||||
*
|
||||
|
|
|
@ -6,7 +6,6 @@ import cn.iocoder.yudao.module.im.dal.dataobject.message.ImMessageDO;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* 消息 Service 接口
|
||||
*
|
||||
|
|
|
@ -24,7 +24,6 @@ import java.util.List;
|
|||
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
|
||||
import static cn.iocoder.yudao.module.im.enums.ErrorCodeConstants.MESSAGE_RECEIVER_NOT_EXISTS;
|
||||
|
||||
// TODO @hao:前缀 IM
|
||||
/**
|
||||
* 消息 Service 实现类
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue