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 512e3ab7f91e276149f2942ccec8064e37146320..a7057ee3cb19c7aee4403b5ba67fd01c51c09a3d 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; /** * 创建时间 */