From 3a8e1524dcf0eeb610d38123d5f0a3ef838379cd Mon Sep 17 00:00:00 2001 From: linzhijie <19970921lzj> Date: 星期一, 12 四月 2021 15:44:53 +0800 Subject: [PATCH] Merge branch '20210406-maqv2' into 20210412-youhua --- src/main/java/com/ots/project/exam/dto/ExamPaperQuestion.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/ots/project/exam/dto/ExamPaperQuestion.java b/src/main/java/com/ots/project/exam/dto/ExamPaperQuestion.java index a29dac6..93a9997 100644 --- a/src/main/java/com/ots/project/exam/dto/ExamPaperQuestion.java +++ b/src/main/java/com/ots/project/exam/dto/ExamPaperQuestion.java @@ -1,13 +1,10 @@ package com.ots.project.exam.dto; - import lombok.Getter; import lombok.Setter; - - @Getter @Setter public class ExamPaperQuestion { - // 浜у搧鍖卛d瀵瑰簲鐨剄uestion_id鐨勬案涔呮�х紪鍙� + private Long paperId; private Integer questionId; private String permanentId; -- Gitblit v1.9.1