From f94fb807016e821e73dfec0c6776fc523f99ca47 Mon Sep 17 00:00:00 2001 From: hy001 Date: Sat, 16 May 2026 02:21:43 +0800 Subject: [PATCH] feat: add VIP resource enums --- .../enums/material/ConsolePropsTypeEnum.java | 23 +++++++++++-------- .../enums/material/PropsCommodityType.java | 23 +++++++++++-------- .../inner/enums/material/PropsTypeEnum.java | 23 +++++++++++-------- .../enums/sys/SysBadgeConfigTypeEnum.java | 17 +++++++++----- 4 files changed, 53 insertions(+), 33 deletions(-) diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/ConsolePropsTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/ConsolePropsTypeEnum.java index a3d539bd..c5f4adce 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/ConsolePropsTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/ConsolePropsTypeEnum.java @@ -64,15 +64,20 @@ public enum ConsolePropsTypeEnum { */ FLOAT_PICTURE("FLOAT_PICTURE", "个人中心飘窗"), - /** - * 资料卡. - */ - DATA_CARD("DATA_CARD", "资料卡"), - - /** - * 红包. - */ - RED_PACKET("RED_PACKET", "红包封面"); + /** + * 资料卡. + */ + DATA_CARD("DATA_CARD", "资料卡"), + + /** + * VIP动效图. + */ + VIP_EFFECT_IMAGE("VIP_EFFECT_IMAGE", "VIP动效图"), + + /** + * 红包. + */ + RED_PACKET("RED_PACKET", "红包封面"); private final String desc; private final String name; diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsCommodityType.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsCommodityType.java index 42d8145c..25597e52 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsCommodityType.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsCommodityType.java @@ -57,15 +57,20 @@ public enum PropsCommodityType { */ FLOAT_PICTURE, - /** - * 资料卡. - */ - DATA_CARD, - - /** - * 碎片. - */ - FRAGMENTS, + /** + * 资料卡. + */ + DATA_CARD, + + /** + * VIP动效图. + */ + VIP_EFFECT_IMAGE, + + /** + * 碎片. + */ + FRAGMENTS, /** * 红包封面. diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsTypeEnum.java index d336a5aa..a1bcf915 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/material/PropsTypeEnum.java @@ -61,14 +61,19 @@ public enum PropsTypeEnum { */ FLOAT_PICTURE, - /** - * 资料卡. - */ - DATA_CARD, - - /** - * 红包封面. - */ - RED_PACKET + /** + * 资料卡. + */ + DATA_CARD, + + /** + * VIP动效图. + */ + VIP_EFFECT_IMAGE, + + /** + * 红包封面. + */ + RED_PACKET } diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java index 81e31c44..8b3e7f41 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/sys/SysBadgeConfigTypeEnum.java @@ -8,12 +8,17 @@ import java.util.Objects; * * @author houyong on 2021/3/19 */ -public enum SysBadgeConfigTypeEnum { - - /** - * 成就. - */ - ACHIEVEMENT("ACHIEVEMENT", "用户-成就"), +public enum SysBadgeConfigTypeEnum { + + /** + * VIP. + */ + VIP("VIP", "用户-VIP"), + + /** + * 成就. + */ + ACHIEVEMENT("ACHIEVEMENT", "用户-成就"), /** * 管理员.