修复分类leaf标签

This commit is contained in:
wangtp 2021-01-19 19:20:07 +08:00
parent 761d56545a
commit 19f1f71e04
1 changed files with 7 additions and 0 deletions

View File

@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity {
return this.id; return this.id;
} }
/**
* 获取栏目Id标签使用
*/
public Boolean getTypeleaf() {
return this.leaf; }
/** /**
* 获取栏目图片 (标签使用 * 获取栏目图片 (标签使用
*/ */