Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
6084bb23
Commit
6084bb23
authored
Mar 18, 2019
by
zhangdaihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支持按钮权限控制
parent
c008181c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
jeecg-boot/src/main/java/org/jeecg/modules/system/entity/SysPermission.java
+4
-2
No files found.
jeecg-boot/src/main/java/org/jeecg/modules/system/entity/SysPermission.java
View file @
6084bb23
...
...
@@ -3,6 +3,7 @@ package org.jeecg.modules.system.entity;
import
java.io.Serializable
;
import
java.util.Date
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
...
...
@@ -74,9 +75,10 @@ public class SysPermission implements Serializable {
private
Integer
menuType
;
/**
* 是否叶子节点: 1:是 0:不是
* 是否叶子节点: 1:是
0:不是
*/
private
Integer
isLeaf
;
@TableField
(
value
=
"is_leaf"
)
private
boolean
leaf
;
/**
* 描述
...
...
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