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
94d2ee11
Commit
94d2ee11
authored
Jan 27, 2021
by
wujj
Browse files
Merge remote-tracking branch 'origin/master'
parents
f084739b
d8c23a11
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/cms/entity/CategoryEntity.java
View file @
94d2ee11
...
...
@@ -439,6 +439,13 @@ public class CategoryEntity extends BaseEntity {
return
this
.
id
;
}
/**
* 获取栏目Id(标签使用)
*/
public
Boolean
getTypeleaf
()
{
return
this
.
leaf
;
}
/**
* 获取栏目图片 (标签使用)
*/
...
...
src/main/resources/application.yml
View file @
94d2ee11
...
...
@@ -86,7 +86,6 @@ spring:
charset
:
utf-8
enabled
:
true
mybatis-plus
:
global-config
:
db-config
:
...
...
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