Explorar o código

去掉禁用列表状态字段,解析业务逻辑替代

msgroup %!s(int64=4) %!d(string=hai) anos
pai
achega
7b226c5c79
Modificáronse 1 ficheiros con 1 adicións e 11 borrados
  1. 1 11
      src/main/java/net/mingsoft/cms/entity/CategoryEntity.java

+ 1 - 11
src/main/java/net/mingsoft/cms/entity/CategoryEntity.java

@@ -99,10 +99,7 @@ public class CategoryEntity extends BaseEntity {
      */
     private String categoryImg;
 
-    /**
-     * 禁用生成列表
-     */
-    private boolean categoryDisableList = false;
+
     /**
      * 自定义链接
      */
@@ -458,11 +455,4 @@ public class CategoryEntity extends BaseEntity {
         return categoryImg;
     }
 
-    public boolean isCategoryDisableList() {
-        return categoryDisableList;
-    }
-
-    public void setCategoryDisableList(boolean categoryDisableList) {
-        this.categoryDisableList = categoryDisableList;
-    }
 }