Administrator
yesterday cbdf8c392064125ef90738a73d1e65afcf27fe77
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,6 +39,11 @@
    private String feedId;
    /**
     * 视频封面
     */
    private String feedImg;
    /**
     * 标题
     */
    private String title;
@@ -42,4 +52,6 @@
     * 描述
     */
    private String description;
    private String videoName;
}