From 5e873863bc7324894c89b0a0fc77a6202c91cd64 Mon Sep 17 00:00:00 2001
From: wzp <516075396@qq.com>
Date: 星期二, 06 四月 2021 10:35:42 +0800
Subject: [PATCH] 20210406

---
 src/main/java/com/ots/project/exam/dto/QuestionReport.java |    6 +-----
 1 files changed, 1 insertions(+), 5 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 ef7185c..a5ed319 100644
--- a/src/main/java/com/ots/project/exam/dto/QuestionReport.java
+++ b/src/main/java/com/ots/project/exam/dto/QuestionReport.java
@@ -1,16 +1,12 @@
 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