|
@@ -19,6 +19,9 @@ public class ModularModel implements Serializable {
|
|
|
@Schema(description = "排序")
|
|
@Schema(description = "排序")
|
|
|
private int index = 0;
|
|
private int index = 0;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "是否可以勾选")
|
|
|
|
|
+ private Boolean isCanSelect = Boolean.FALSE;
|
|
|
|
|
+
|
|
|
public String getValue() {
|
|
public String getValue() {
|
|
|
return name;
|
|
return name;
|
|
|
}
|
|
}
|