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