|
@@ -6,6 +6,7 @@ import com.diagbot.client.AiptServiceClient;
|
|
|
import com.diagbot.dto.PushSetDTO;
|
|
|
import com.diagbot.dto.RespDTO;
|
|
|
import com.diagbot.vo.PushSetVO;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -23,6 +24,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/pushSet")
|
|
|
+@Api(value = "推理配置信息API", tags = { "推理配置信息API" })
|
|
|
public class PushSetController {
|
|
|
|
|
|
@Autowired
|