feat:账户余额
This commit is contained in:
@@ -66,6 +66,9 @@ public class AccountInfoDTO {
|
|||||||
@ApiModelProperty(value = "账户余额", required = true)
|
@ApiModelProperty(value = "账户余额", required = true)
|
||||||
private String totalAmount;
|
private String totalAmount;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "可提现余额", required = true)
|
||||||
|
private String withdrawAmount;
|
||||||
|
|
||||||
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标", required = true)
|
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标", required = true)
|
||||||
private Integer labelingStatus;
|
private Integer labelingStatus;
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,9 @@ public class AccountInfoVO {
|
|||||||
@ApiModelProperty(value = "账户余额")
|
@ApiModelProperty(value = "账户余额")
|
||||||
private String totalAmount;
|
private String totalAmount;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "可提现余额", required = true)
|
||||||
|
private String withdrawAmount;
|
||||||
|
|
||||||
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标")
|
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标")
|
||||||
private Integer labelingStatus;
|
private Integer labelingStatus;
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,10 @@ public class AccountPageVO {
|
|||||||
@ApiModelProperty(value = "账户余额", required = true)
|
@ApiModelProperty(value = "账户余额", required = true)
|
||||||
private String totalAmount;
|
private String totalAmount;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "可提现余额", required = true)
|
||||||
|
private String withdrawAmount;
|
||||||
|
|
||||||
|
|
||||||
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标", required = true)
|
@ApiModelProperty(value = "打标状态 0 未打标 1 已打标", required = true)
|
||||||
private Integer labelingStatus;
|
private Integer labelingStatus;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user