|
@@ -23,7 +23,7 @@ public class MidChannelMethodUpdateParam {
|
|
private Byte status;
|
|
private Byte status;
|
|
|
|
|
|
@ApiModelProperty(value="weight权重")
|
|
@ApiModelProperty(value="weight权重")
|
|
- private Byte weight;
|
|
|
|
|
|
+ private Integer weight;
|
|
|
|
|
|
@ApiModelProperty(value="isValid删除标识 1是0否")
|
|
@ApiModelProperty(value="isValid删除标识 1是0否")
|
|
private Byte isValid;
|
|
private Byte isValid;
|