瀏覽代碼

支付权重bug

yubin 3 天之前
父節點
當前提交
0aeeda6d28

+ 1 - 1
cif-service/src/main/java/com/txz/cif/web/para/updateparam/MidChannelMethodUpdateParam.java

@@ -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;