类 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
  • 构造器详细资料

    • MessageSendController

      public MessageSendController()
  • 方法详细资料

    • getService

      public MessageSendService 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

      @PostMapping("/edit") public plus.hiver.common.api.Result edit(MessageSend messageSend)