|
|
@@ -214,6 +214,8 @@ public class CockpitStats implements Serializable { |
|
|
|
private Integer produceComponentNum = 0; |
|
|
|
@ApiModelProperty("产出-大脑要素") |
|
|
|
private Integer produceBrainElementsNum = 0; |
|
|
|
@ApiModelProperty("产出-大脑要素 模型数") |
|
|
|
private Integer produceBrainModelNum = 0; |
|
|
|
|
|
|
|
@ApiModelProperty("绩效-项目总数量") |
|
|
|
private Integer performanceTotal = 0; |
|
|
@@ -254,4 +256,7 @@ public class CockpitStats implements Serializable { |
|
|
|
@ApiModelProperty("绩效-top5名称") |
|
|
|
private String performanceTop5Name; |
|
|
|
|
|
|
|
@ApiModelProperty("数据质量") |
|
|
|
private BigDecimal dataQuality; |
|
|
|
|
|
|
|
} |