From 8f781f3cb17187a7ee58f41632c25fbb2aa81cc7 Mon Sep 17 00:00:00 2001 From: linzhijie <19970921lzj> Date: 星期二, 16 三月 2021 19:57:24 +0800 Subject: [PATCH] 补充环境配置 --- src/main/java/com/ots/project/exam/dto/QuestionReport.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ots/project/exam/dto/QuestionReport.java b/src/main/java/com/ots/project/exam/dto/QuestionReport.java index a5ed319..ef7185c 100644 --- a/src/main/java/com/ots/project/exam/dto/QuestionReport.java +++ b/src/main/java/com/ots/project/exam/dto/QuestionReport.java @@ -1,12 +1,16 @@ package com.ots.project.exam.dto; + import com.ots.project.exam.viewmodel.QuestionEditRequestVM; import lombok.Getter; import lombok.Setter; + import java.util.List; + + @Getter @Setter public class QuestionReport { - + // ID锛屾案涔呴鐩紪鐮侊紝棰樼洰鍚嶇О锛岃�楁椂 private Integer questionOrder; private Integer Id; private String permanentId; -- Gitblit v1.9.1