Administrator
1 days ago 7171b917dab0b0b9a250ba8946f0f9c1d73f6bd4
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;
}