8.7
luodangjia
2024-08-07 556737eabee039000c817005311cd65f0dd48786
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/TSystemConfiguration.java
@@ -35,7 +35,7 @@
    @TableField("type")
    private Integer type;
    @ApiModelProperty(value = "设置内容JSON{"num1":1,"num2":1}")
    @ApiModelProperty(value = "设置内容JSON{\"num1\":1,\"num2\":1}")
    @TableField("content")
    private String content;