无关风月
2024-09-14 3f481005be717250a2ea87ff9367aa84d6a3eb13
xinquan-modules/xinquan-system/src/main/java/com/xinquan/system/domain/CommonQuestion.java
@@ -50,5 +50,9 @@
    @TableField("content")
    private String content;
    @ApiModelProperty(value = "类型1问题 2客服微信")
    @TableField("type")
    private Integer type;
}