| | |
| | | package com.mindskip.xzs.viewmodel.admin.exam; |
| | | |
| | | |
| | | import lombok.Data; |
| | | |
| | | |
| | | @Data |
| | | public class ExamResponseVM { |
| | | private Integer id; |
| | | |
| | |
| | | |
| | | private Integer createUser; |
| | | |
| | | private String createDepartment; |
| | | |
| | | private Integer[] subjectId; |
| | | |
| | | private Integer paperType; |
| | | |
| | | private Integer frameTextContentId; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | |
| | | public Integer getQuestionCount() { |
| | | return questionCount; |
| | | } |
| | | |
| | | public void setQuestionCount(Integer questionCount) { |
| | | this.questionCount = questionCount; |
| | | } |
| | | |
| | | public Integer getScore() { |
| | | return score; |
| | | } |
| | | |
| | | public void setScore(Integer score) { |
| | | this.score = score; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public Integer getCreateUser() { |
| | | return createUser; |
| | | } |
| | | |
| | | public void setCreateUser(Integer createUser) { |
| | | this.createUser = createUser; |
| | | } |
| | | |
| | | public Integer[] getSubjectId() { |
| | | return subjectId; |
| | | } |
| | | |
| | | public void setSubjectId(Integer[] subjectId) { |
| | | this.subjectId = subjectId; |
| | | } |
| | | |
| | | public Integer getPaperType() { |
| | | return paperType; |
| | | } |
| | | |
| | | public void setPaperType(Integer paperType) { |
| | | this.paperType = paperType; |
| | | } |
| | | |
| | | public Integer getFrameTextContentId() { |
| | | return frameTextContentId; |
| | | } |
| | | |
| | | public void setFrameTextContentId(Integer frameTextContentId) { |
| | | this.frameTextContentId = frameTextContentId; |
| | | } |
| | | } |