rentaiming
2024-07-15 ce33567aee14fb59e590852309264f1bf0140a20
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;
}