From 2716b0ca3759ed2f62af360e88c8bf4ad4418475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Mon, 9 Oct 2023 12:32:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AF=97=E8=AF=8D=E7=9A=84=E5=90=8E?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/dto/AphorismPoetryDTO.java | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/src/main/java/com/kwan/springbootkwan/entity/dto/AphorismPoetryDTO.java b/src/main/java/com/kwan/springbootkwan/entity/dto/AphorismPoetryDTO.java index 512e3ab..a7057ee 100644 --- a/src/main/java/com/kwan/springbootkwan/entity/dto/AphorismPoetryDTO.java +++ b/src/main/java/com/kwan/springbootkwan/entity/dto/AphorismPoetryDTO.java @@ -26,33 +26,9 @@ public class AphorismPoetryDTO extends Model { */ private Integer id; /** - * 面试问题 + * 诗词内容 */ - private String questionName; - /** - * 类型 - */ - private Integer questionType; - /** - * 1~10的分值 - */ - private Integer degreeOfImportance; - /** - * 1:简单;2:中等;3:困难 - */ - private Integer degreeOfDifficulty; - /** - * 困难指数 - */ - private Integer difficultyOfScore; - /** - * 力扣的问题号 - */ - private Integer leetcodeNumber; - /** - * 力扣的问题链接 - */ - private String leetcodeLink; + private String poetryText; /** * 创建时间 */ -- GitLab