Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
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
property-management
Commits
80d794be
Commit
80d794be
authored
Mar 18, 2019
by
zhangdaihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还原
parent
13ae66bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
jeecg-boot/src/main/java/org/jeecg/modules/system/entity/SysPermission.java
+2
-4
No files found.
jeecg-boot/src/main/java/org/jeecg/modules/system/entity/SysPermission.java
View file @
80d794be
...
@@ -3,7 +3,6 @@ package org.jeecg.modules.system.entity;
...
@@ -3,7 +3,6 @@ package org.jeecg.modules.system.entity;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.util.Date
;
import
java.util.Date
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
lombok.Data
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.EqualsAndHashCode
;
...
@@ -75,10 +74,9 @@ public class SysPermission implements Serializable {
...
@@ -75,10 +74,9 @@ public class SysPermission implements Serializable {
private
Integer
menuType
;
private
Integer
menuType
;
/**
/**
* 是否叶子节点: 1:是
0:不是
* 是否叶子节点: 1:是 0:不是
*/
*/
@TableField
(
value
=
"is_leaf"
)
private
Integer
isLeaf
;
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