package com.ycl.jxkg.domain.vo.admin.dashboard; import lombok.Data; import java.util.List; @Data public class IndexVO { private Integer examPaperCount; private Integer questionCount; private Integer doExamPaperCount; private Integer doQuestionCount; private List mothDayUserActionValue; private List mothDayDoExamQuestionValue; private List mothDayText; }