Commit 3a5a9e0fb8e16940f94a531fa4026eac4bbe89b6
1 parent
dc4f69bd13
Exists in
master
and in
8 other branches
add data import :机构、部门、用户(医生)
Showing 1 changed file with 9 additions and 0 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/model/PermissionsQuery.java
View file @
3a5a9e0
... | ... | @@ -23,6 +23,15 @@ |
23 | 23 | private Date modified; |
24 | 24 | private Date created; |
25 | 25 | private Integer ismenu; |
26 | + private Integer weight; | |
27 | + | |
28 | + public Integer getWeight() { | |
29 | + return weight; | |
30 | + } | |
31 | + | |
32 | + public void setWeight(Integer weight) { | |
33 | + this.weight = weight; | |
34 | + } | |
26 | 35 | |
27 | 36 | public Integer getId() { |
28 | 37 | return id; |