Administrator
2026-01-26 f3f9125e16cf14bcbf8b798d87aabc358a2ba8e2
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;
}