Administrator
2 days ago d89439de5759ce55f67aa6fb365f27f5bf2ec9ee
src/main/java/cc/mrbird/febs/ai/entity/AiProductPoint.java
@@ -19,6 +19,11 @@
    private String companyId;
    /**
     * 类型
     */
    private String productCategoryId;
    /**
     * 类型1:普通内容  2:视频号内容
     */
    private Integer isNormal;
@@ -34,12 +39,24 @@
    private String feedId;
    /**
     * 视频封面
     */
    private String feedImg;
    /**
     * 标题
     */
    private String title;
    /**
     * 朗读
     */
    private String talkContext;
    /**
     * 描述
     */
    private String description;
    private String videoName;
}