| | |
| | | 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; |
| | | private String status; |
| | | private String menuIds; |
| | | |
| | | |
| | | |
| | |
| | | public void setUserId(Integer[][] userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public String getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(String status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public String getMenuIds() { |
| | | return menuIds; |
| | | } |
| | | |
| | | public void setMenuIds(String menuIds) { |
| | | this.menuIds = menuIds; |
| | | } |
| | | } |