Administrator
21 hours ago bc0165c6171fc35385e7e7abfe007ad19e4dc092
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;
@@ -47,4 +52,6 @@
     * 描述
     */
    private String description;
    private String videoName;
}