| | |
| | | package com.mindskip.xzs.viewmodel.admin.exam; |
| | | |
| | | |
| | | |
| | | import com.mindskip.xzs.domain.ExamPaperDepartment; |
| | | import com.mindskip.xzs.domain.ExamPaperSubject; |
| | | |
| | | import javax.validation.Valid; |
| | | import javax.validation.constraints.NotBlank; |
| | | import javax.validation.constraints.NotNull; |
| | |
| | | private Integer aggregateSource; |
| | | |
| | | private Integer[][] userId; |
| | | private String type; |
| | | |
| | | |
| | | |
| | |
| | | public void setUserId(Integer[][] userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | } |