import com.ruoyi.common.core.controller.BaseController; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @Api("任务Controller") @RestController @RequestMapping("/sim/task") public class TaskController extends BaseController { // @PreAuthorize("@ss.hasPermi('sim:task:list')") }