src/main/java/cc/mrbird/febs/ai/entity/AiProductCategory.java | ●●●●● patch | view | raw | blame | history |
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; }