cp爱心恢复

This commit is contained in:
tianfeng 2026-06-04 16:24:22 +08:00
parent 5696e6fe60
commit fbdd3fc1c9
3 changed files with 17 additions and 0 deletions

View File

@ -230,4 +230,10 @@ public enum PropsActivityTypeEnum {
*/ */
CP_AVATAR, CP_AVATAR,
/**
* CP爱心默认样式配置.
*/
CP_LOVE_HEART,
} }

View File

@ -39,4 +39,10 @@ public class CpRingDTO implements Serializable {
*/ */
private Long expireTime; private Long expireTime;
/**
* 戒指动态资源.
*/
private String sourceUrl;
} }

View File

@ -57,6 +57,11 @@ public class CpSimpleUserProfileCO implements Serializable {
*/ */
private String cpUserAvatar; private String cpUserAvatar;
/**
* CP用户头像框
*/
private String cpUserAvatarFrame;
/** /**
* CP用户昵称 * CP用户昵称
*/ */