xuhy
2024-08-07 c780732c4fade9efe27d143345115897753f2841
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;