Administrator
6 days ago 726de53a23bd9b6b24ccc3ae6c3b1a6b24b67379
src/main/java/cc/mrbird/febs/ai/entity/AiProductCategory.java
@@ -52,4 +52,6 @@
     * 是否推荐到首页 1-推荐 0-不推荐
     */
    private Integer hotState;
    private Integer level;
    private String parentId;
}