From bbce1624d0d4e9063a2ad71b7f54e34298da9b7a Mon Sep 17 00:00:00 2001
From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com>
Date: 星期五, 20 九月 2024 11:27:33 +0800
Subject: [PATCH] 分类列表
---
src/main/java/com/mzl/flower/dto/response/current/CurrentUserDTO.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/mzl/flower/dto/response/current/CurrentUserDTO.java b/src/main/java/com/mzl/flower/dto/response/current/CurrentUserDTO.java
index 8e67b4f..c3cdf51 100644
--- a/src/main/java/com/mzl/flower/dto/response/current/CurrentUserDTO.java
+++ b/src/main/java/com/mzl/flower/dto/response/current/CurrentUserDTO.java
@@ -50,4 +50,10 @@
@ApiModelProperty(value = "是否绑定微信")
private Boolean bindWechat;
+
+ @ApiModelProperty(value = "当前积分")
+ private Integer currentPoint;
+
+ @ApiModelProperty(value = "是否总仓权限")
+ private Boolean mainWarehouse;
}
--
Gitblit v1.9.3