Commit c8f57c4be5d563b227418bba029c5dd7df32771b
1 parent
4cdefeae76
Exists in
master
and in
6 other branches
基础配置
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BasicConfigUpdateRequest.java
View file @
c8f57c4
| ... | ... | @@ -17,9 +17,19 @@ |
| 17 | 17 | |
| 18 | 18 | private String parentName; |
| 19 | 19 | |
| 20 | + private String leastUse; | |
| 21 | + | |
| 20 | 22 | //权重 |
| 21 | 23 | private Integer weight; |
| 22 | 24 | private List childConfigs; |
| 25 | + | |
| 26 | + public String getLeastUse() { | |
| 27 | + return leastUse; | |
| 28 | + } | |
| 29 | + | |
| 30 | + public void setLeastUse(String leastUse) { | |
| 31 | + this.leastUse = leastUse; | |
| 32 | + } | |
| 23 | 33 | |
| 24 | 34 | public String getParentName() { |
| 25 | 35 | return parentName; |