Commit 19f1f71e authored by wangtp's avatar wangtp

修复分类leaf标签

parent 761d5654
...@@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity { ...@@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity {
return this.id; return this.id;
} }
/**
* 获取栏目Id(标签使用)
*/
public Boolean getTypeleaf() {
return this.leaf; }
/** /**
* 获取栏目图片 (标签使用) * 获取栏目图片 (标签使用)
*/ */
......
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