// package com.fjhx.common.controller.send; // // import com.baomidou.mybatisplus.extension.plugins.pagination.Page; // import com.fjhx.common.entity.send.dto.SendMegDto; // import com.fjhx.common.entity.send.dto.SendMegSelectDto; // import com.fjhx.common.entity.send.vo.SendMegVo; // import com.fjhx.common.service.send.SendMegService; // import com.ruoyi.common.core.domain.BaseSelectDto; // import org.springframework.beans.factory.annotation.Autowired; // import org.springframework.scheduling.annotation.EnableScheduling; // import org.springframework.scheduling.annotation.Scheduled; // import org.springframework.web.bind.annotation.PostMapping; // import org.springframework.web.bind.annotation.RequestBody; // import org.springframework.web.bind.annotation.RequestMapping; // import org.springframework.web.bind.annotation.RestController; // // // /** // *
// * 前端控制器 // *
// * // * @author // * @since 2023-05-22 // */ // @EnableScheduling // @RestController // @RequestMapping("/sendMeg") // public class SendMegController { // // @Autowired // private SendMegService sendMegService; // // /** // * 分页 // */ // @PostMapping("/page") // public Page