mitao
2024-04-08 ba421d977e745d18a6264353c739bcaaf44c40d6
ruoyi-system/src/main/java/com/ruoyi/system/domain/TbQuestion.java
@@ -37,6 +37,10 @@
    @TableField("content")
    private String content;
    @ApiModelProperty(value = "季度")
    @TableField("quarter")
    private String quarter;
    @ApiModelProperty(value = "删除标志(0代表存在 1代表删除)")
    @TableField("del_flag")
    @TableLogic