From 43322c8a3d374c93f5dce2746d86bd56c3c57c91 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 04 Aug 2025 15:25:56 +0800
Subject: [PATCH] feat(mall): 为 MallMember 实体添加 memberUuid 字段- 在 MallMember 类中添加 memberUuid 字段 - 该字段用于存储会员的 UUID

---
 src/main/java/cc/mrbird/febs/common/enumerates/CommonDictionaryEnum.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/common/enumerates/CommonDictionaryEnum.java b/src/main/java/cc/mrbird/febs/common/enumerates/CommonDictionaryEnum.java
index c5dd5d6..bfca592 100644
--- a/src/main/java/cc/mrbird/febs/common/enumerates/CommonDictionaryEnum.java
+++ b/src/main/java/cc/mrbird/febs/common/enumerates/CommonDictionaryEnum.java
@@ -4,6 +4,14 @@
 
 @Getter
 public enum CommonDictionaryEnum {
+    /**
+     * 小程序首页头部背景
+     */
+    VIDEO_URL_INDEX("VIDEO_URL_INDEX", "VIDEO_URL_INDEX"),
+    /**
+     * 新人礼设置
+     */
+    NEW_GIFT_SETTING("NEW_GIFT_SETTING", "NEW_GIFT_SETTING"),
 
     /**
      * 开屏页设置

--
Gitblit v1.9.1