cp爱心恢复
This commit is contained in:
parent
5696e6fe60
commit
fbdd3fc1c9
@ -230,4 +230,10 @@ public enum PropsActivityTypeEnum {
|
|||||||
*/
|
*/
|
||||||
CP_AVATAR,
|
CP_AVATAR,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CP爱心默认样式配置.
|
||||||
|
*/
|
||||||
|
CP_LOVE_HEART,
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -39,4 +39,10 @@ public class CpRingDTO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Long expireTime;
|
private Long expireTime;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 戒指动态资源.
|
||||||
|
*/
|
||||||
|
private String sourceUrl;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -57,6 +57,11 @@ public class CpSimpleUserProfileCO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private String cpUserAvatar;
|
private String cpUserAvatar;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CP用户头像框
|
||||||
|
*/
|
||||||
|
private String cpUserAvatarFrame;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CP用户昵称
|
* CP用户昵称
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user