hjl
2024-06-17 e11362ca4849da567a77d8b5e5be510df9fb0741
ruoyi-api/ruoyi-api-study/src/main/java/com/ruoyi/study/api/vo/StudyAnswerVO.java
@@ -13,4 +13,10 @@
    private Integer integral;
    @ApiModelProperty(value = "题目类型 1 = 问题 2=回答")
    private Integer type;
    @ApiModelProperty(value = "题目ids 多个逗号隔开")
    private String subject;
    @ApiModelProperty(value = "非会员是否可以查看 0否1是")
    private Integer isVip;
    @ApiModelProperty(value = "问题题目是否为答案图片 0否1是 为0 那么回答题目是答案图片")
    private Integer isAnswer;
}