1、添加 仿真任务置信度统计、仿真任务难度系数统计的feign接口注释
This commit is contained in:
@@ -14,9 +14,17 @@ import java.util.List;
|
||||
@FeignClient(name = "project",contextId = "taskFeignClient")
|
||||
public interface ISimulationTaskFeignClient {
|
||||
|
||||
/**
|
||||
* 仿真任务准确度统计
|
||||
* @return SdmResponse
|
||||
*/
|
||||
@GetMapping("/task/getTaskConfidenceStatistics")
|
||||
SdmResponse getTaskConfidenceStatistics();
|
||||
|
||||
/**
|
||||
* 仿真任务难度系数统计
|
||||
* @return SdmResponse
|
||||
*/
|
||||
@GetMapping(value = "/task/getTaskDifficultStatistics")
|
||||
SdmResponse getTaskDifficultStatistics();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user