From 34c755eb76b677201cadb2acb8ed5fff1f96dc27 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 23 Jan 2024 14:06:34 +0800 Subject: [PATCH] 发票 --- src/main/java/cc/mrbird/febs/mall/vo/MoneyFlowVo.java | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/vo/MoneyFlowVo.java b/src/main/java/cc/mrbird/febs/mall/vo/MoneyFlowVo.java index 079aa36..666ffd7 100644 --- a/src/main/java/cc/mrbird/febs/mall/vo/MoneyFlowVo.java +++ b/src/main/java/cc/mrbird/febs/mall/vo/MoneyFlowVo.java @@ -22,17 +22,14 @@ @ApiModelProperty(value = "金额,有正负") private BigDecimal amount; - @ApiModelProperty(value = "类型 1-静态收益 2-直推奖 3-代理收益 4-排名收益 5-董事收益 6-社区点补 7-一代收益 8-提现 9-转增 10-支付 11-退款") + @ApiModelProperty(value = "类型") private Integer type; - @ApiModelProperty(value = "对方手机号") - private String phone; - - @ApiModelProperty(value = "代理等级") - private String memberLevel; + @ApiModelProperty(value = "流水类型 1-FCM代币 2-令牌 3-NFT") + private Integer flowType; @ApiModelProperty(value = "提现状态 1-提现中2-成功 3-拒绝") - private Integer status; + private String description; @ApiModelProperty(value = "时间") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") -- Gitblit v1.9.1