public interface UserAnnouncementService extends com.hccake.extend.mybatis.plus.service.ExtendService<UserAnnouncement>
| 限定符和类型 | 方法和说明 |
|---|---|
UserAnnouncement |
prodUserAnnouncement(Long userId,
Long announcementId)
根据用户ID和公告id初始化一个新的用户公告关联对象
|
com.hccake.ballcat.common.model.domain.PageResult<UserAnnouncementPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
UserAnnouncementQO qo)
根据QueryObject查询分页数据
|
void |
readAnnouncement(Long userId,
Long announcementId)
对用户公告进行已读标记
|
getBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdcom.hccake.ballcat.common.model.domain.PageResult<UserAnnouncementPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, UserAnnouncementQO qo)
pageParam - 分页参数qo - 查询参数对象UserAnnouncement prodUserAnnouncement(Long userId, Long announcementId)
userId - 用户IDannouncementId - 公告IDCopyright © 2023. All rights reserved.