From 53ebaf2c56879a87f46fb936da8304be2cddbb30 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 24 Jun 2024 15:39:05 +0800
Subject: [PATCH] 充值提现
---
src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowDto.java | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowDto.java b/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowDto.java
index 1ceb0a8..326eaa8 100644
--- a/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowDto.java
+++ b/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowDto.java
@@ -1,5 +1,6 @@
package cc.mrbird.febs.mall.dto;
+import io.swagger.annotations.Api;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -17,9 +18,6 @@
@ApiModelProperty(value = "页码", example = "1")
private Integer pageNum;
-
- @ApiModelProperty(value = "类型 1-全部 2-支出 3-收入")
- private Integer type;
@ApiModelProperty(hidden = true)
private Long memberId;
--
Gitblit v1.9.1