添加机台置信度统计接口
This commit is contained in:
@@ -168,5 +168,11 @@ public class SimuluationTaskPoolController implements ISimuluationTaskPoolFeignC
|
||||
{
|
||||
return service.statisicNodeTypeConfidence(poolName,"workspace");
|
||||
}
|
||||
|
||||
@GetMapping(value = "statisticMachineConfidence")
|
||||
public SdmResponse statisticMachineConfidence(@RequestParam("poolName") String poolName)
|
||||
{
|
||||
return service.statisicNodeTypeConfidence(poolName,"machine");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user