Commit f283d063146a8808c3a9047df8d4cd441db25112
1 parent
fe6a4aa3d7
Exists in
master
and in
6 other branches
自定义高危
Showing 1 changed file with 10 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BasicConfig.java
View file @
f283d06
| ... | ... | @@ -43,6 +43,16 @@ |
| 43 | 43 | private String color; |
| 44 | 44 | private String pId; |
| 45 | 45 | |
| 46 | + private Integer type; | |
| 47 | + | |
| 48 | + public Integer getType() { | |
| 49 | + return type; | |
| 50 | + } | |
| 51 | + | |
| 52 | + public void setType(Integer type) { | |
| 53 | + this.type = type; | |
| 54 | + } | |
| 55 | + | |
| 46 | 56 | private List<BasicConfig> basicConfigs = new ArrayList<>(); |
| 47 | 57 | |
| 48 | 58 | public String getpId() { |