package cn.com.qmth.scancentral.bean.answergroup; public class StudnetAnswerGroupCountVo { private Integer totalCount; public Integer getTotalCount() { return totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } }