|
@@ -36,4 +36,7 @@ public class StudnetStatisticsDetailVo {
|
|
|
@ApiModelProperty("走读女学生总人数")
|
|
@ApiModelProperty("走读女学生总人数")
|
|
|
private Integer studentNotStayFemaleCount;
|
|
private Integer studentNotStayFemaleCount;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("专业部占比数据")
|
|
|
|
|
+ private List<ItemCountVo> deptList;
|
|
|
|
|
+
|
|
|
}
|
|
}
|