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
64c3415b
Commit
64c3415b
authored
May 21, 2019
by
zhangdaihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JeecgBoot V2.0版本发布
parent
240cc7fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
README.md
+3
-0
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/model/SysUserDepartsVO.java
+6
-0
No files found.
README.md
View file @
64c3415b
...
...
@@ -62,6 +62,9 @@ Jeecg-Boot快速开发平台,可以应用在任何J2EE项目的开发中,尤
*
24.平台首页风格,提供多种组合模式,支持自定义风格
*
25.提供简单易用的打印插件,支持谷歌、IE浏览器等各种浏览器
*
26.示例代码丰富,提供很多学习案例参考
*
27.采用maven分模块开发方式
*
27.支持菜单动态路由
*
28.权限控制采用 RBAC(Role-Based Access Control,基于角色的访问控制)
...
...
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/model/SysUserDepartsVO.java
View file @
64c3415b
...
...
@@ -4,8 +4,14 @@ import java.io.Serializable;
import
java.util.List
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.NoArgsConstructor
;
import
lombok.experimental.Accessors
;
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@Accessors
(
chain
=
true
)
@NoArgsConstructor
public
class
SysUserDepartsVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
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