|
@@ -11,10 +11,7 @@ import com.qmth.eds.common.enums.TaskTypeEnum;
|
|
|
import com.qmth.eds.common.util.Result;
|
|
|
import com.qmth.eds.common.util.ResultUtil;
|
|
|
import com.qmth.eds.service.TBSyncTaskService;
|
|
|
-import io.swagger.annotations.ApiOperation;
|
|
|
-import io.swagger.annotations.ApiParam;
|
|
|
-import io.swagger.annotations.ApiResponse;
|
|
|
-import io.swagger.annotations.ApiResponses;
|
|
|
+import io.swagger.annotations.*;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
@@ -30,6 +27,7 @@ import javax.validation.constraints.Min;
|
|
|
* </p>
|
|
|
*
|
|
|
*/
|
|
|
+@Api(tags = "异步任务接口")
|
|
|
@RestController
|
|
|
@RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/sync_task")
|
|
|
public class TBSyncTaskController {
|