package com.ycl.jxkg.domain.vo.student.exampaper; import lombok.Data; /** * @author gonghl */ @Data public class UserAnswerPageResponseVO { private Integer id; private String userName; private Integer examCount; }