Administrator
2026-03-18 a1c985a6c5a5b2d681ec55c2bf6c5128cc399b65
src/main/java/cc/mrbird/febs/mall/vo/activity/ApiScInfoVo.java
@@ -41,5 +41,11 @@
    @ApiModelProperty(value = "转发数")
    private Integer sendCnt;
    @ApiModelProperty(value = "1:普通社区内容  2:视频号内容")
    private Integer isNormal;
    @ApiModelProperty(value = "视频号finderUserName")
    private String finderUserName;
    @ApiModelProperty(value = "视频号feedId")
    private String feedId;
}