|
|
@@ -19,8 +19,8 @@ public class BathUpdateNjsBoxModelParamVO extends BaseSceneParamVO{
|
|
|
@NotEmpty(message = "sidList不能为空")
|
|
|
private List<String> sidList;
|
|
|
|
|
|
- private Boolean visible;
|
|
|
+ private Integer visible;
|
|
|
|
|
|
- private Boolean visibleSize;
|
|
|
+ private Integer visibleSize;
|
|
|
|
|
|
}
|