|
@@ -150,6 +150,9 @@ public class CockpitStatsVO implements Serializable { |
|
|
@ApiModelProperty("专家-总人数") |
|
|
@ApiModelProperty("专家-总人数") |
|
|
private Integer expertTotalNum; |
|
|
private Integer expertTotalNum; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("专家-总人数-包含这些标签的专家总人数") |
|
|
|
|
|
private Integer specialExpertNum; |
|
|
|
|
|
|
|
|
@ApiModelProperty("专家-方案合理性 数量") |
|
|
@ApiModelProperty("专家-方案合理性 数量") |
|
|
private Integer expertPlanRationalityNum; |
|
|
private Integer expertPlanRationalityNum; |
|
|
|
|
|
|
|
|