Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
19f1f71e
Commit
19f1f71e
authored
Jan 19, 2021
by
wangtp
Browse files
修复分类leaf标签
parent
761d5654
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/entity/CategoryEntity.java
View file @
19f1f71e
...
...
@@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity {
return
this
.
id
;
}
/**
* 获取栏目Id(标签使用)
*/
public
Boolean
getTypeleaf
()
{
return
this
.
leaf
;
}
/**
* 获取栏目图片 (标签使用)
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment