无关风月
2024-10-14 b60e601d62c0e2d5c4fd1df9f12fa09f2bf99987
xinquan-modules/xinquan-system/src/main/java/com/xinquan/system/domain/CommonQuestion.java
@@ -33,6 +33,9 @@
    @ApiModelProperty(value = "问题")
    @TableField("question_name")
    private String questionName;
    @ApiModelProperty(value = "uid")
    @TableField(exist = false)
    private String uid;
    @ApiModelProperty(value = "排序权重")
    @TableField("sort_num")
@@ -50,5 +53,9 @@
    @TableField("content")
    private String content;
    @ApiModelProperty(value = "类型1问题 2客服微信")
    @TableField("type")
    private Integer type;
}