package cn.com.qmth.scancentral.vo.examinfo; import java.util.List; public class SubjectConfig { private List paperTypeBarcodeContent; private String subjectCode; public List getPaperTypeBarcodeContent() { return paperTypeBarcodeContent; } public void setPaperTypeBarcodeContent(List paperTypeBarcodeContent) { this.paperTypeBarcodeContent = paperTypeBarcodeContent; } public String getSubjectCode() { return subjectCode; } public void setSubjectCode(String subjectCode) { this.subjectCode = subjectCode; } }