From 7b226c5c79c72758278a5a9624302e8d8e1a6da1 Mon Sep 17 00:00:00 2001 From: msgroup Date: Wed, 12 May 2021 14:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=A6=81=E7=94=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E4=B8=9A=E5=8A=A1=E9=80=BB=E8=BE=91=E6=9B=BF=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/net/mingsoft/cms/entity/CategoryEntity.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java b/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java index 5bbd7ebd..b38e01e2 100755 --- a/src/main/java/net/mingsoft/cms/entity/CategoryEntity.java +++ b/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; - } }