提交 06c34577 authored 作者: huyufan's avatar huyufan

修改bug

上级 f933b01b
...@@ -39,7 +39,7 @@ public class OwnerCaseOutVO { ...@@ -39,7 +39,7 @@ public class OwnerCaseOutVO {
* 提现账户类型 * 提现账户类型
*/ */
@ApiModelProperty(value = "id") @ApiModelProperty(value = "id")
private Integer caseOutType; private Integer accountType;
/** /**
* 提现金额 * 提现金额
*/ */
......
...@@ -36,8 +36,8 @@ public class OwnerTopUpVO { ...@@ -36,8 +36,8 @@ public class OwnerTopUpVO {
/** /**
* 充值类型 * 充值类型
*/ */
@ApiModelProperty(value = "充值类型") @ApiModelProperty(value = "充值类型 1:保证金 2:预付运费")
private Integer topUpType; private Integer accountType;
/** /**
* 充值金额 * 充值金额
*/ */
...@@ -46,7 +46,7 @@ public class OwnerTopUpVO { ...@@ -46,7 +46,7 @@ public class OwnerTopUpVO {
/** /**
* 状态 * 状态
*/ */
@ApiModelProperty(value = "状态") @ApiModelProperty(value = "状态 10:待审批 20:审批拒绝 30:审批通过")
private Integer status; private Integer status;
/** /**
* 打款银行 * 打款银行
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论