mitao
2024-07-25 a93f524f1ef9139fa6865b3b1dc3270974b50038
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/vo/getHomeGoodsSkuXxiVO.java
@@ -11,6 +11,8 @@
    private String titleName;
    @ApiModelProperty(value = "内容")
    @TableField("content")
    private String content;
    @ApiModelProperty(value = "排序")
    private Integer num;
}