src/main/kotlin/cn/flightfeather/supervision/lightshare/web/TaskvertionController.kt
@@ -1,5 +1,6 @@
package cn.flightfeather.supervision.lightshare.web
import cn.flightfeather.supervision.config.IgnoreResponseAdvice
import cn.flightfeather.supervision.domain.ds1.entity.Taskvertion
import cn.flightfeather.supervision.lightshare.service.TaskvertionService
import org.springframework.web.bind.annotation.*
@@ -7,6 +8,7 @@
@ApiIgnore
@RestController
@IgnoreResponseAdvice
@RequestMapping("/tasksvertion")
class TaskvertionController(val taskvertionService: TaskvertionService) {
    @GetMapping("")