dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修正重合点弹窗关闭按钮的位置
ZhuDongming
2019-08-16
583d3ff551f95f7e1b821f459f892e8fb7e0f72b
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
entity
/
Role.java
1
2
3
4
5
6
7
8
package com.moral.entity;
import lombok.Data;
@Data
public class Role {
private String name;
}