package com.ots.project.exam.dto; import lombok.Getter; import lombok.Setter; @Getter @Setter public class ExamPaperQuestion { private Long paperId; private Integer questionId; private String permanentId; }