wzp
2021-03-24 7d0c47b5b751a53e8da57f69a9108d133b3e8650
src/main/java/com/ots/project/exam/dto/ExamPaperAnswerInfo.java
@@ -1,10 +1,13 @@
package com.ots.project.exam.dto;
import com.ots.project.exam.domain.ExamPaperAnswer;
import com.ots.project.exam.domain.ExamPaperQuestionCustomerAnswer;
import com.ots.project.exam.domain.TExamPaper;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
@Getter
@Setter
public class ExamPaperAnswerInfo {