Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
94d2ee11
Commit
94d2ee11
authored
Jan 27, 2021
by
wujj
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f084739b
d8c23a11
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CategoryEntity.java
src/main/java/net/mingsoft/cms/entity/CategoryEntity.java
+7
-0
application.yml
src/main/resources/application.yml
+0
-1
No files found.
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
Markdown
is supported
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