类 MessageSendController
java.lang.Object
plus.hiver.common.base.HiverBaseController<MessageSend,Long>
plus.hiver.module.system.controller.MessageSendController
@RestController
@RequestMapping("/hiver/messageSend")
@Transactional
public class MessageSendController
extends plus.hiver.common.base.HiverBaseController<MessageSend,Long>
消息发送控制器
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明plus.hiver.common.api.ResultbatchOperation(Integer type) plus.hiver.common.api.Resultedit(MessageSend messageSend) plus.hiver.common.api.Result<org.springframework.data.domain.Page<MessageSend>>getByCondition(MessageSend ms, plus.hiver.common.vo.PageVo pv) 从类继承的方法 plus.hiver.common.base.HiverBaseController
delByIds, get, getAll, getByPage, save, update
-
构造器详细资料
-
MessageSendController
public MessageSendController()
-
-
方法详细资料
-
getService
- 指定者:
getService在类中plus.hiver.common.base.HiverBaseController<MessageSend,Long>
-
getByCondition
@GetMapping("/getByCondition") public plus.hiver.common.api.Result<org.springframework.data.domain.Page<MessageSend>> getByCondition(MessageSend ms, plus.hiver.common.vo.PageVo pv) -
batchOperation
@GetMapping("/all/{type}") public plus.hiver.common.api.Result batchOperation(@Param("0\u5168\u90e8\u5df2\u8bfb 1\u5168\u90e8\u5220\u9664\u5df2\u8bfb") @PathVariable Integer type) -
edit
-