答题技巧

dev
caolin 2023-09-14 12:00:04 +08:00
parent 30fd69726c
commit a5fd57993e
3 changed files with 14 additions and 0 deletions

View File

@ -115,6 +115,12 @@ public class TdQuestion implements Serializable {
@TableField("BEST_ANSWER")
private String bestAnswer;
/**
*
*/
@TableField("SKILL_INFO")
private String skillInfo;
/**
*
*/

View File

@ -110,6 +110,12 @@ public class QuestionVo {
@ApiModelProperty("最佳回答")
private String bestAnswer;
/**
*
*/
@ApiModelProperty("答题技巧")
private String skillInfo;
/**
*
*/

View File

@ -19,6 +19,7 @@
tq.IMAGE_URL,
tq.SOHU_IMG,
tq.BEST_ANSWER,
tq.SKILL_INFO,
tq.CHAPTER,
tq.SUBJECT,
tq.OPTIONS,
@ -117,6 +118,7 @@
tq.IMAGE_URL,
tq.SOHU_IMG,
tq.BEST_ANSWER,
tq.SKILL_INFO,
tq.CHAPTER,
tq.SUBJECT,
tq.OPTIONS,