fix:诗词的后端

上级 340333a4
......@@ -26,33 +26,9 @@ public class AphorismPoetryDTO extends Model<AphorismPoetryDTO> {
*/
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;
/**
* 创建时间
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册