From 58e2f7ee44c26315fc42cfb48e7fd9ec16344fc8 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 21 May 2025 09:58:02 +0800
Subject: [PATCH] refactor(mall): 调整优惠券赠送逻辑
---
src/main/java/cc/mrbird/febs/common/enumerates/CommonDictionaryEnum.java | 4 ++++
1 files changed, 4 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..ecb2611 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,10 @@
@Getter
public enum CommonDictionaryEnum {
+ /**
+ * 新人礼设置
+ */
+ NEW_GIFT_SETTING("NEW_GIFT_SETTING", "NEW_GIFT_SETTING"),
/**
* 开屏页设置
--
Gitblit v1.9.1