Compare commits

..

No commits in common. "f94fb807016e821e73dfec0c6776fc523f99ca47" and "3692e61b1c6c8fce54096df06d0021a0c8393ecb" have entirely different histories.

6 changed files with 61 additions and 113 deletions

View File

@ -69,11 +69,6 @@ public enum ConsolePropsTypeEnum {
*/ */
DATA_CARD("DATA_CARD", "资料卡"), DATA_CARD("DATA_CARD", "资料卡"),
/**
* VIP动效图.
*/
VIP_EFFECT_IMAGE("VIP_EFFECT_IMAGE", "VIP动效图"),
/** /**
* 红包. * 红包.
*/ */

View File

@ -62,11 +62,6 @@ public enum PropsCommodityType {
*/ */
DATA_CARD, DATA_CARD,
/**
* VIP动效图.
*/
VIP_EFFECT_IMAGE,
/** /**
* 碎片. * 碎片.
*/ */

View File

@ -66,11 +66,6 @@ public enum PropsTypeEnum {
*/ */
DATA_CARD, DATA_CARD,
/**
* VIP动效图.
*/
VIP_EFFECT_IMAGE,
/** /**
* 红包封面. * 红包封面.
*/ */

View File

@ -10,11 +10,6 @@ import java.util.Objects;
*/ */
public enum SysBadgeConfigTypeEnum { public enum SysBadgeConfigTypeEnum {
/**
* VIP.
*/
VIP("VIP", "用户-VIP"),
/** /**
* 成就. * 成就.
*/ */

View File

@ -3,7 +3,6 @@ package com.red.circle.live.app.dto.clientobject;
import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import com.red.circle.other.inner.model.dto.user.OwnSpecialIdDTO; import com.red.circle.other.inner.model.dto.user.OwnSpecialIdDTO;
import com.red.circle.other.inner.model.dto.user.props.UserUseBadgeDTO;
import com.red.circle.other.inner.model.dto.user.props.UserUsePropsDTO; import com.red.circle.other.inner.model.dto.user.props.UserUsePropsDTO;
import java.io.Serial; import java.io.Serial;
import java.io.Serializable; import java.io.Serializable;
@ -65,16 +64,6 @@ public class LiveMicUserCO implements Serializable {
*/ */
private List<UserUsePropsDTO> useProps; private List<UserUsePropsDTO> useProps;
/**
* 佩戴的徽章.
*/
private List<UserUseBadgeDTO> wearBadge;
/**
* 佩戴的荣誉徽章.
*/
private List<UserUseBadgeDTO> wearHonor;
/** /**
* 角色. * 角色.
*/ */
@ -85,11 +74,6 @@ public class LiveMicUserCO implements Serializable {
*/ */
private Integer charmLevel; private Integer charmLevel;
/**
* 财富等级.
*/
private Integer wealthLevel;
/** /**
* 心动值 * 心动值

View File

@ -4,7 +4,6 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import com.red.circle.other.inner.model.dto.user.OwnSpecialIdDTO; import com.red.circle.other.inner.model.dto.user.OwnSpecialIdDTO;
import com.red.circle.other.inner.model.dto.user.props.UserUseBadgeDTO;
import com.red.circle.other.inner.model.dto.user.props.UserUsePropsDTO; import com.red.circle.other.inner.model.dto.user.props.UserUsePropsDTO;
import java.io.Serial; import java.io.Serial;
import java.io.Serializable; import java.io.Serializable;
@ -67,16 +66,6 @@ public class LiveMicUser implements Serializable {
*/ */
private List<UserUsePropsDTO> useProps; private List<UserUsePropsDTO> useProps;
/**
* 佩戴的徽章.
*/
private List<UserUseBadgeDTO> wearBadge;
/**
* 佩戴的荣誉徽章.
*/
private List<UserUseBadgeDTO> wearHonor;
/** /**
* 角色. * 角色.
*/ */
@ -87,11 +76,6 @@ public class LiveMicUser implements Serializable {
*/ */
private Integer charmLevel; private Integer charmLevel;
/**
* 财富等级.
*/
private Integer wealthLevel;
/** /**
* 心动值 * 心动值
*/ */