From ce09005286efbd2ee7b61675e33598c1a7c5a8ca Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 10 May 2023 22:17:16 +0800 Subject: [PATCH] 业绩释放10%10% --- src/main/java/cc/mrbird/febs/mall/dto/MoneyFlowListDto.java | 6 ++++++ 1 files changed, 6 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 7e5bd6e..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,8 +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