|
@@ -14,13 +14,13 @@ import java.util.List;
|
|
|
public class OuterGetSubjectivePaperResp extends EnterpriseResponse {
|
|
|
private static final long serialVersionUID = -3599160726204259551L;
|
|
|
|
|
|
- private List<OuterSubjectivePaperBean> subjectivePaperList;
|
|
|
+ private OuterSubjectivePaperBean subjectivePaper;
|
|
|
|
|
|
- public List<OuterSubjectivePaperBean> getSubjectivePaperList() {
|
|
|
- return subjectivePaperList;
|
|
|
+ public OuterSubjectivePaperBean getSubjectivePaper() {
|
|
|
+ return subjectivePaper;
|
|
|
}
|
|
|
|
|
|
- public void setSubjectivePaperList(List<OuterSubjectivePaperBean> subjectivePaperList) {
|
|
|
- this.subjectivePaperList = subjectivePaperList;
|
|
|
+ public void setSubjectivePaper(OuterSubjectivePaperBean subjectivePaper) {
|
|
|
+ this.subjectivePaper = subjectivePaper;
|
|
|
}
|
|
|
}
|