Commit 7b226c5c authored by msgroup's avatar msgroup

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

parent 1de70257
...@@ -99,10 +99,7 @@ public class CategoryEntity extends BaseEntity { ...@@ -99,10 +99,7 @@ public class CategoryEntity extends BaseEntity {
*/ */
private String categoryImg; private String categoryImg;
/**
* 禁用生成列表
*/
private boolean categoryDisableList = false;
/** /**
* 自定义链接 * 自定义链接
*/ */
...@@ -458,11 +455,4 @@ public class CategoryEntity extends BaseEntity { ...@@ -458,11 +455,4 @@ public class CategoryEntity extends BaseEntity {
return categoryImg; return categoryImg;
} }
public boolean isCategoryDisableList() {
return categoryDisableList;
}
public void setCategoryDisableList(boolean categoryDisableList) {
this.categoryDisableList = categoryDisableList;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment