From 9a29c7fef45cdd75afb3a40695d0460dbd1e7679 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Wed, 24 Jan 2024 11:58:13 +0800
Subject: [PATCH] 发票
---
src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java b/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java
index 3083b01..ae38f06 100644
--- a/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java
+++ b/src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java
@@ -7,10 +7,14 @@
@ApiModel(value = "MoneyFlowListDto", description = "接收参数类")
public class MoneyFlowListDto {
+ private String accountLogin;
+
private String name;
private String phone;
private Integer type;
+ private Integer flowType;
+
}
--
Gitblit v1.9.1