|
@@ -50,7 +50,7 @@ public class RangeInfo {
|
|
|
@ApiModelProperty("容量")
|
|
|
private String capacity;
|
|
|
@ApiModelProperty("是否复制本表:true-复制,false-不复制")
|
|
|
- private Boolean isCopyThisData = true;
|
|
|
+ private Boolean isCopyThisData = false;
|
|
|
private List<Integer> gCapacity;
|
|
|
|
|
|
public Boolean verify() {
|